yeah, should be^^
script explanation:
when player enters zone, a sound (files/audiobank/XXXXX.wav) is played once and an etimer starts. timer resets the script to the beginning (state=0) after 2 minutes (120.000 milliseconds).
dont know if i used the right commands (wrong computer and not that experienced in script-vocabularies
), but basically this should work in the way you need.
;Created by maho
desc = Play sound once, reset after 2 minutes
;triggers
:state=0:state=0
:state=0,plrwithinzone=1:sound=files/audiobank/XXXXX.wav,state=1
:state=1:etimerstart,state=2
:state=2,etimergreater=120000:state=0
;end of script