Edit would it be similar to the Online Script below
scn DeathBringerOnline
short DoOnce
begin OnEquip Player
if DoOnce == 0
playsound Online
set DoOnce to 1
endif
end
?
scn StealthSoundScriptshort myStateBegin GameMode if myState == 5 if player.isSneaking == 1 set myState to 6 playsound SoundYouWantToPlay endif elseif myState == 6 if player.isSneaking == 0 set myState to 5 endif endifEnd
scn StealthArmorScriptshort myStatebegin OnEquip Player playsound Online set myState to 5endbegin OnUnEquip Player set myState to 0endBegin GameMode if myState == 5 if player.isSneaking == 1 set myState to 6 playsound stealth endif elseif myState == 6 if player.isSneaking == 0 set myState to 5 endif endifEnd
Begin ScriptEffectStart PlaySound OnlineEnd
playsound stealth
playersound cloak