What would I put in my script that would make it continue once a trigger was active, would I put something like this? I want the loop to detect if the trigger has been activated and if it has, I want it to go onto the next phase of the script, but if it hasnt I want the script to keep trying to see if the trigger has been activated.
Scripting stuff up here
goto "detect"
#detect
nameoftrigger=true : goto "trigtrue"
nameoftrigger=false : goto "detect"
#trigtrue
Script continued down here