Jump to content

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)

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.

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