i dont think its posible 2 make AI halo realy land on da roof :-\
but deres alwayz tricks
i saw in BAS mision dat dey made it fly high outta sight nd den just made looped setpos nd made it go down slwoly
now u know how 2 setpos right ?
so wat u need 2 do is like dat
hig = num
#loop
chopername setpos [X,Z,hig]
? hig < odernum : exit
~0.1
hig = hig-0.1
goto "Loop"
X n Z r da simple things from da setpos
da hig thing u just need 2 put da startin hig nd how much u want it 2 get down every 0.1 of a sec
so da startin high is in
hig = num (put number instead of num)
nd in
hig = hig-0.1
change da 0.1 for da amouont u want it 2 get down every 0.1 sec
? hig < odernum : exit
change da odernum 4 da high u want it 2 stop w/
LCD OUT