OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: beefholishness on 21 Jan 2006, 04:44:24
-
I'm looking for (what I assume is) the command to make a unit squat-you know, like if they were short of a toilet in the woods-I looked through the actions list and the comref here and I wasn't able to find it... probably because its named something different than what I'm thinking of. Or eprhaps it's not an action at all?
-
Have you tried:
Unit_Name switchmove "FXtokneel"And to make him stand up:
Unit_Name switchmove "FXfromkneel"
-
i thought there was a playmove anim of what you want since switch move as shown in Rujik example will make the unit suddenly be in that osition as it is a switch move
Download the animation list from the editors depot also download macguba & ponq's animation demo which will allow you to actually scroll through every anim and view them and will give you the correct syntax very usefull
-
Thanks a lot Rujik, that's exactly what I was looking for.
I'll make sure to check out those anims also ;)