I'm trying to UNEQUIP all layers from an NPC and EQUIP them with custom armor. I've successfully unequipped them, but when trying to Equip them, I get an invalid drop probability. I've tried adding it (Even though it's an optional variable) and it still generates an error.

ai.gyazo.com_5b793b3e916f54e0c4854438a1141ae0.png

The error is being generated for "EQUIP,PlateChest" but have also tried "EQUIP,PlateChest,1" and "EQUIP,1,PlateChest"
 
Back