OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: C0LDSt33L on 01 Jan 2008, 15:22:22

Title: Making a Civilian Sit on a Chair
Post by: C0LDSt33L on 01 Jan 2008, 15:22:22
Hey  :)

I'm trying to make a civilian sit on a chair with SwitchMove but I can't find the right amination. The closest ones I could find were the newsreporter anims but these look stupid because he sits really bizarely and rests his hands on an invisible desk :confused:

I remember back in OFP you could use "OnChair" or something like that.

Any ideas? :dunno:
Title: Re: Making a Civilian Sit on a Chair
Post by: Loyalguard on 01 Jan 2008, 15:36:30
I have used "BasicDriver" before with some success but it takes a lot of position tweaking to make them sit exactly where you want.

Code: [Select]
unit switchMove "BasicDriver";
Title: Re: Making a Civilian Sit on a Chair
Post by: C0LDSt33L on 01 Jan 2008, 16:37:04
Ah yeah that's the kind of pose I was looking for. I have to use a looping setpos script to stop him flying off the chair but that's ok.

Thanks  :good: