OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Wolf on 02 Jul 2003, 17:58:26
-
ok, what is the proper command for a unit to sit down in a chair?
I've tryed just about every command in the reference guide that sounds like it has something to do with sitting, here are a few I have tryed.
this action ["sitdown", chairname]
this action ["sitdown", "chairname"]
this action ["sitdown"]
this action ["onchair", chairname]
this action ["onchair", "chairname"]
this action ["onchair"]
this playmove "Onchair"
this switchmove "onchair"
this playmove ["Onchair", chairname]
this switchmove ["onchair", chairname]
All these do is either nothing happens, or the character sits on the ground.
I ran a search for the past 999 days for sit, and sit on chair, and none of them actually answer the question.
Please help.
Thank you.
-
Its a playmove command it wud b:
unitname playMove "FXStandUnivTable"
I fink thats it
-
Did you make sure your chair is a "chairX" in the editor ?
*edit*
more info here (http://www.ofpec.com/yabbse/index.php?board=6;action=display;threadid=10234;start=0).