Quote: ":always:state=1
:state=1,playerdistwithin=50:freeze the player,state=1
:state=2:sound=sound.wav,state=2
:state=3:unfreeze the player"
In bold=Never use this.....
In italics=Don't exist...
Assign this script to an invisible entity,and give it the name "freeze" without quotes, and it'll "freeze" the player in position for 15 seconds...(you'll have to activate it with a trigger zone first though)...
;Coffeegrunt Scripts
;Header desc="Freeze" player script
;Triggers
:state=0,plrdistwithin=50:followplr,state=1
:state=1,activated=1:plrmoveto=freeze,state=2,timerstart
:state=2,timergreater=15000:state=0
;End script