_m = _this select 0
#talk
m switchmove "EffectStandTalk"
~14
?trig1done: goto "arm"
;here is where I get an #error on the m part
NOT ALIVE m: goto "exit"
~0.5
m switchmove "FXCivilFoldOnesArms"
~6
?trig1done: goto "arm"
~1
m playmove "FXCivilLookback"
~5
?trig1done: goto "arm"
~1
m switchmove "FXCivilArmsAkimboL"
~8
?trig1done: goto "arm"
~0.5
m switchmove "EffectStandTalk"
~8
?trig1done: goto "arm"
~0.5
goto "talk"
#arm
m switchmove "null"
m setbehaviour "COMBAT"
exit
Just noticed something in that code....
First line : "_m = _this select 0"
Then the rest fo the code, you use the name "m"
It won't work with more than one person, unless you change all the "m"s to "_m"
If it does work, I guess the person your running the script on it called "m"?
- Ben