This is how you should do:
_guy = _this select 0
_guy setbehaviour"SAFE"
_guy switchmove"effectstandsur"
@not(alive guy) : _guy switchmove"effectstandsurdead"
exit
2. [] is the cant-remember-the-name-cause-I-suck-on-names. Anyway, you see this in your script?
_guy = this select 0Right? Well, IÂ'll make an example for this script.
[TheGuyYouWantToPutHisHandsBehindHisHeadName] exec "HandBehind.sqs"
Do you understand? _guy = this select 0 means that the user can put in sumthin in the [].
Man, I gotta start learning names
.