Use this one instead for the "
MainAI" of your triggerzone:
;Artificial Intelligence Script
;Header
desc = Sound loop and appear instantly
;Triggers
:state=0,plrwithinzone=1:loopsound=$0,state=1
:state=1,activated=1:stopsound,state=0
:state=1,activated=2:stopsound,destroy
;End of Script
Setting the alpha fade is something only needed for appearing scripts or disappearing scripts... not Main scripts, and certainly not for zones.
Also, the rundefaultfpi=1 would simply waste CPU power because it'll just tell thezone to use it "MainAI" again. lol
The one I've given will start the sound looping whenyou enter the triggerzone, and will STOP looping if you activate it via "activateifused=1" from another script. However, if you want it to stop and remain stopped, then activate it with "activateifused=2" from another script, and it will terminate indefinitally.
Have fun!
The one and only,
~PlystirE~