Home   Help Search Login Register  

Author Topic: simple paratroopers without a chopper  (Read 784 times)

0 Members and 3 Guests are viewing this topic.

fargo

  • Guest
simple paratroopers without a chopper
« on: 09 Mar 2004, 18:13:01 »
Is it possible to have groups of soldiers start off in the air to simulate a paratrooper airborne assault without have a c130 or helecopters, the just start at a certain altitude( i tried flyinheight but thats only for choppers and planes)
if it is can someone tell me and the script that does it?

DraigCoch

  • Guest
Re:simple paratroopers without a chopper
« Reply #1 on: 09 Mar 2004, 18:27:09 »
This should get you started I hope....  ;D

Create "West" Parachute
Name: para1
Status: Flying

Initialization Field: para1 flyinheight 50

Create "West" Solider
Name: loon1
Status: InCargo

Initialization Field: loon1 moveindriver para1

---------------------------------------------

1x soldier (name "loon1")
1x empty parachute

in the parachute's initialization type : this flyingheight <height>; loon1 moveindriver this
« Last Edit: 09 Mar 2004, 18:51:04 by Proximo »