Home   Help Search Login Register  

Author Topic: Couple Questions,  (Read 499 times)

0 Members and 1 Guest are viewing this topic.

dsoelter

  • Guest
Couple Questions,
« on: 10 Dec 2002, 23:48:38 »
im curious  how do i get units to start in mid air A-10, Su 25 Etc.. and also, curious about how i might beable to make soldiers sit down rather then just stand at ease. im sort of a noob in the editing and map creation world. thanks for any tips ya fellas can lend.

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Couple Questions,
« Reply #1 on: 11 Dec 2002, 00:07:44 »
1. set the "special" field to FLYING (default is "in formation" )  :-*

2. uuuuhm, try this :

Name the guy in his name field and then use that unitname in a trigger/waypoint
(ya can just slide the WP upon the guy if he must sit at once)

UnitName switchmove "FXStandUnivTable"

...I think it is  :P  ...coupl'a other spells to use :

"on chair" (wuzn't it on chair?) and ...ah sh|t, I'm getting too old for this  >:( ;D
 ::) can't even recall a friggin switchmove anymore...

bah!

grab the switchmove/playmove referrence, matey! It should be in the ED.Depot  :-* :)





O Neil

  • Guest
Re:Couple Questions,
« Reply #2 on: 11 Dec 2002, 00:23:05 »
Hey

Tomb is right about the flying thing, I know the sitting down things so listen up. ;)

There are 2 kinds,
a) makes them sit down normally (ie at a waypoint)
b) makes them siting down instantly (ie as soo as the mission starts)

a) Here goes. Type this into the waypoint of the unit.

unitname playmove "effectstandsitdown"

b) Type this in the init field, (Or can be waypoint, not advisable)

this setbehaviour "safe"; this switchmove "effectstandsitdown"

O Neil ;)