Jump to content

Recommended Posts

Hi There!

I've been in the middle of making a character mod for myself, and I guess other people since I have intentions of uploading it to the workshop. I've found myself in quite the conundrum, Ive been trying to make said character a friend to frogs and spiders, I am nearly positive I have typed everything in my characters lua file correctly

 
local function common_postinit(inst)
    inst:AddTag("frogger")
    inst:AddTag("spiderwhisperer")
    inst:AddTag("monster")
    inst:AddTag(UPGRADETYPES.SPIDER.."_upgradeuser")

To have the character be able to go near the creatures and be docile, as well as of course not attack, but that is not how things have worked out. The character is still attacked by both frogs and spiders, could anyone help me figure this out?

Link to comment
https://forums.kleientertainment.com/forums/topic/92340-character-mod-help-needed/
Share on other sites

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...