Jump to content

Broken item after update need help


Recommended Posts

@FruityKinqz:

    inst:AddComponent("equippable")    inst.components.equippable.equipslot = EQUIPSLOTS.HEAD    inst:AddComponent("dapperness")    inst.components.dapperness.dapperness = TUNING.DAPPERNESS_TINY

is now

    inst:AddComponent("equippable")    inst.components.equippable.equipslot = EQUIPSLOTS.HEAD	inst.components.equipable.dapperness = TUNING.DAPPERNESS_TINY
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...