Jump to content

Gas Mask Script will save but won't work


iRonnie16

Recommended Posts

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 AvonSF10Equip

begin Gamemode
if player.GetEquipped 01S10 ==1
EquipItem ShadowBreathingMask
Else
EquipItem 01S10
EndIf
End

SCN FilterEquip


begin OnEquip player
if player.getequipped ShadowBreathingMask ==1
playSound FilterEquipSound 1
endif
end

These save but just don't work
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...