OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: beefholishness on 21 Jan 2006, 04:44:24

Title: Squat action
Post 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?
Title: Re:Squat action
Post by: RujiK on 21 Jan 2006, 06:21:53
Have you tried:
Code: [Select]
Unit_Name switchmove "FXtokneel"And to make him stand up:
Code: [Select]
Unit_Name switchmove "FXfromkneel"
Title: Re:Squat action
Post by: 456820 on 21 Jan 2006, 10:21:23
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
Title: Re:Squat action
Post by: beefholishness on 21 Jan 2006, 16:30:14
Thanks a lot Rujik, that's exactly what I was looking for.

I'll make sure to check out those anims also ;)