Hey everybody, I just need some help. I need something with my project. Alright, I am using Guillaume777's multislot script, and I need a little support for it.
Alright, I need to define 3 weapon slots, for example, slot 1 = sword, slot 2 = dagger, slot 3 = bow [just an example], but how could I make it that in slot 1 you could only equip a sword, in slot 2 only a dagger, and in slot 3 only a bow?
I tried to set
WEAPON_KINDS = [0, 0, 0] to WEAPON_KINDS = [0, 1, 2] but it doesn't work the same as armor.
Thanks in advance.
~Lightingft.