OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: bringer_25 on 08 Jan 2003, 21:38:31

Title: Help
Post by: bringer_25 on 08 Jan 2003, 21:38:31
How do make a soldier sit down.
Title: Re:Help
Post by: PJK on 08 Jan 2003, 22:13:32
Hello.
Put next one in "Initialization" field, or in trigger's "activation":

this setBehaviour "Safe"; this switchMove "EffectStandSitDown"

PJK

PS: "this" can be also "unit name"...
Title: Re:Help
Post by: O Neil on 10 Jan 2003, 04:53:47
.....yea, and you can also look at the com ref.

O Neil

PS: Put:

this setbehaviour "safe"; this switchmove "effectstandsitdown"

In the init feild, and they are sitting instantly (say you want a guy sitting down at the start of the mission.).