ok, i was wonder how do you have many things in one script, as in....say i wanted 2 things being made within 2 seconds of each other, while i had the same thing but smewhere else :-\ and it was repeating...
#loop
_bang = "heat120" camcreate getpos target1
~2
_bang1 = "heat120" camcreate getpos target1
~2
goto "loop"
(and while thats going on, this is happening at the same time...but still in the same script!)
#start
_boom = "heat120" camcreate getpos target2
~2
_boom1 = "heat120" camcreate getpos target2
~2
goto "start"