Home   Help Search Login Register  

Author Topic: a few questions  (Read 356 times)

0 Members and 1 Guest are viewing this topic.

bringer_25

  • Guest
a few questions
« on: 09 Feb 2003, 18:36:33 »
1. how do u make a person sit down

2. how do u make a person cross his arms

3. how do u make a person fire at a certain time or synced at the same time

PJK

  • Guest
Re:a few questions
« Reply #1 on: 09 Feb 2003, 19:13:21 »
1. Put in initialization field, in waypoint's activation field or in script:

this setBehaviour "Safe"; this switchMove "EffectStandSitDown"

2. I want to know that too...

3. Put in script or in waypoint's activation field:

Soldier1 DoFire Soldier2

PJK

  • Guest
Re:a few questions
« Reply #2 on: 09 Feb 2003, 19:17:44 »
And ofcourse, if you put command somewhere else than in initialization field, you must put name of unit, not "this". So it would be like:

Soldier1 setBehaviour "Safe"; Soldier1 switchMove "EffectStandSitDown"

PJK