Home   Help Search Login Register  

Author Topic: Drop  (Read 386 times)

0 Members and 1 Guest are viewing this topic.

Silent

  • Guest
Drop
« on: 06 Dec 2003, 19:18:31 »
How do you get players to drop from sky, like in Drop zone ::)

DBR_ONIX

  • Guest
Re:Drop
« Reply #1 on: 07 Dec 2003, 00:08:34 »
Here
Code: [Select]
unitname setpos [getpos unitname select 0,getpos unitname select 1, (getpos unitname select 2) +/-NUM]
Change a few simple things (unitname) ect
- Ben

GrimMonkey

  • Guest
Re:Drop
« Reply #2 on: 07 Dec 2003, 02:33:16 »
If you want a shorter version of that:
Code: [Select]
This SetPos [GetPos This Slecet 0, GetPos This Select 1, n]n=chosen height of unit.
But that'll probably kill the unit.

There are HALO scripts in the Editors Depot.


Beware the GrimMonkey