Jump to content

Help, for my mod


Lestarver

Recommended Posts

Install and read code for any mod that adds additional slots (backpack / necklace slots for example). Apply logic to use gained knowledge to remove hat slot. Make sure code to remove hat slot is only run for your specific character (hint use a postInit callback)

Link to comment
Share on other sites

I did try it but i can't put it in specific character

AddSimPostInit(function(inst)        if inst.prefab == "MYCHARACTER" then                RemoveHatSlotPostInit(inst)        endend)

Then define RemoveHatSlotPostInit as the code that disables the hat slot.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...