Right, what this script is doing, as soon as it starts, it is detecting that it is state=0, then changing it to state = 1 so the lines
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\pressentertouse.tga
:state=0,plrdistwithin=60,plrusingaction=1:activate=2
arent ever executed.
heres a revised version for you
;Artificial Intelligence Script
;Header
desc = Sound In Zone
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\pressentertouse.tga
:state=0,plrdistwithin=60,plrusingaction=1:activate=2,state=1
:state=1,sound=$0
; End of script
It
Should work
BTW, to add codes, you use the [code ] and [/code ] tags, without the spaces