This is a little script i put together and i want to share it with the community. i am very new to this but the scrip works fine.
add this script to a sound zone and when your step into that zone and press enter the sound in you sound marker will play.
;Artificial Intelligence Script
;Header
desc = Sound In Zone
;Triggers
:state=0,plrdistwithin=60,plrusingaction=1:activate=2,state=1
:state=1,plrwithinzone=1:state=1,sound=$0,state=2
:state=2,plrdistwithin=60,plrusingaction=1:activate=0,state=1
;End of script
;Created by Bman332211,Mad Nightmare
instructions;
just make a new note document and paste this code it. then save it to fps creator/ files/ scripts as an FPI file.
Enjoy