A better version of the code is this
_guy = this select 0
#loop
Guy1 swithMove "FXStandDip"
~3
goto "loop"
exit
It's the same, but you don't need 1 script for each person.. You can use this on any one in the whole map as many times as you need
You put in the init field ::
[this] exec "pushup.sqs"
Or, in a script, [unitname] exec "pushup.sqs"
The
_guy = this select 0
bit does that
if you had two things, like : [guy1,"hi"] exec "talk.sqs"
You use _varable = this select 1
etc
Good luck
- Ben