home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 2000 January
/
CD-Gamer_2000-01_04_cd.bin
/
games
/
phoenix.exe
/
Tactics
/
Manouevres
/
FlyToFaceQuick.man
< prev
next >
Wrap
Text File
|
1999-01-11
|
230b
|
13 lines
// A=me, B=target
Fly(B.POS+A.ANG*[0,0,-5000])
Aim(B.POS)
Label(GetThere)
If(SIZE A.POS-B.POS<8000): Goto (StopAndFace)
Goto(GetThere)
Label(StopAndFace)
Fly(B.POS+A.ANG*[0,0,-5000])
Aim(B.POS)
Label(done)
Goto(done)