#config scanner=4 #config engine=0 #config heatsinks=3 #config armor=2 #config weapon=3 #config shield=0 #MSG LOL IS THE BEST!! #def a #def b opo 20, 450 ;set shutdown to 450 opo 11, 100 ;set throttle to 100 opo 17, 4 ;set scan arc to 4 :1 opo 11, 100 ;set throttle to 100 opo 12, 4 ;rotate turret 4 opo 14, 4 ;turn ax :2 opo 14, 4 opo 12, -5 ipo 7, ax ;scan cmp ax, 1500 ;find anything? jls 3 ;if yes goto 3 jmp 1 ;if no goto 1 :3 opo 18, 0 ;turn overburn off ipo 2, ax ;check heat cmp ax, 150 ;is it greater than 150? jgr 2 ;if yes goto 2 ipo 2, ax ;check heat again cmp ax, 75 ;compare heat to 75 jgr 4 :5 opo 18, 1 ;turn overburn on :4 opo 15, 0 ;shotgun blast opo 15, -1 opo 15, 1 opo 15, -2 opo 15, 2 opo 15, -3 opo 15, 3 opo 15, 4 opo 15, -4 jmp 2 ;goto 2