:-[Never mind, I figured it out
for anyone with the same question or similar, here is how I did it.
:-*I set up another script called timer.sqs
_ctr = 6
#loop
_ctr = _ctr - 1
~3
?_ctr > 0 : loop
Stop = true
8)This keeps the camera repelling for a few seconds.
Q: But How is the script activated?
A: -set up a switch trigger, condition x == 1
-in the camera script, before the repulsion code, put x = 1,
-the timer script will kick in when execution hits this line