Jump to content

Help with modded character


Recommended Posts

This is my first mod and I believe i have all the fundamentals of the character ready but the characters main gimmick is that bees will be neutral and will even help in battle but i honestly have no idea how to do that.or if its even possible.

 

thank god this has an edit option

 

Edited by WaDuck
Link to comment
Share on other sites

You can add a unique tag to your character like: inst:AddTag("yalikejazz") and then add AddPrefabPostInit("killerbee") to your modmain with AddPrefabPostInit containing local RETARGET_CANT_TAGS = { "insect", "INLIMBO", "yalikejazz" }

  • Like 1
Link to comment
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
 Share

×
  • Create New...