Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
ArmA - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
) »
Making a Civilian Sit on a Chair
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Making a Civilian Sit on a Chair (Read 1067 times)
0 Members and 1 Guest are viewing this topic.
C0LDSt33L
Members
Member of the SotM Team
Making a Civilian Sit on a Chair
«
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
I remember back in OFP you could use "OnChair" or something like that.
Any ideas?
Logged
Loyalguard
Former Staff
Re: Making a Civilian Sit on a Chair
«
Reply #1 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";
Logged
C0LDSt33L
Members
Member of the SotM Team
Re: Making a Civilian Sit on a Chair
«
Reply #2 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
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
ArmA - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
) »
Making a Civilian Sit on a Chair
Top of page