Hi all,
I've read the command references and searched through the forums and FAQ for examples, but just can't get the most simple thing to work... namely, unit animations. In my mission, I'd need my man "Smuggler" to pretend surrendering when the player comes near. So I have set a trigger for it, but the script
Smuggler playMove "FXStandSurUniv"
end
just doesn't work...
The problem is not with the trigger, it works, but I can't get any units to do any movements if I put <i>this playMove "move's_name"</i> in the init field.
So, what have I misunderstood this time? ;D