iRonnie16 Posted August 25, 2014 Posted August 25, 2014 I'm trying to script it so when I equip a gas mask it also equips the item I use for the gas mask breathing effect and then furthermore to playSound EquipFilter when that script completes SCN AvonSF10Equipbegin Gamemode if player.GetEquipped 01S10 ==1 EquipItem ShadowBreathingMask Else EquipItem 01S10 EndIfEnd SCN FilterEquipbegin OnEquip player if player.getequipped ShadowBreathingMask ==1 playSound FilterEquipSound 1 endifend These save but just don't work
Recommended Posts