Jump to content

Recommended Posts

On 9/30/2023 at 4:25 AM, juststickfig said:

Me and a friend have been working on creating a custom character based on webber. But no matter where I look or what I try I can't find a way to make spider not attack me or tame them. Can someone please help me figure this out.

Add in common_postinit(inst)

Spoiler
    inst:AddTag("spiderwhisperer")
    inst:AddTag("playermonster")
    inst:AddTag("monster")
    inst:AddTag("dualsoul")
    inst:AddTag(UPGRADETYPES.SPIDER.."_upgradeuser")

Need a few more things to look more like webber, you can check at webber.lua

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...