Home   Help Search Login Register  

Author Topic: Aircraft Height?  (Read 454 times)

0 Members and 1 Guest are viewing this topic.

Oddball

  • Guest
Aircraft Height?
« on: 04 Mar 2003, 22:14:12 »
Is it possible or is their already a script to have an aircraft fly at an already specified height when starting?

Uberminch

  • Guest
Re:Aircraft Height?
« Reply #1 on: 04 Mar 2003, 22:42:09 »
if they are set to "Flying" in their 'special' box, use

this setpos [(getpos this select 0),(getpos this select 1),heightoftheplanehere]

if u want it to change alititude in the course of the game, use

planename flyingheight 50.........or whatever altitude u want


hope this helps  ;)

EDIT: the 'this setpos' bit goes in the initialization box in case u didnt know.

The flyinheight bit goes either in the intit box or in a trigger or waypoint activation box.

 ;)
« Last Edit: 04 Mar 2003, 22:44:38 by Uberminch »

Oddball

  • Guest
Re:Aircraft Height?
« Reply #2 on: 04 Mar 2003, 22:55:33 »
Thanks mate!