#config scanner=3 ;MOUSE3 by Lead (lawrence.steele@ntlworld.com) ;This bot has a rotary scanning system using a scanarc of 16 which it then halves to 8 once it finds a target ;It drives straight at the enemies and turns keepshift off at close range to make it more accurate when ;circling a target. It drops mines at close range as well. #config weapon=2 #config armor=1 #config engine=3 #config heatsinks=2 #config shield=0 #config mines=1 !turn opo 12, 32 !scan16 opo 11, 100 opo 17, 16 ipo 7, ax cmp ax, 3000 ;5 jgr !turn mov bx, @3 shl bx, 2 opo 12, bx !scan8 opo 17, 8 ;10 ipo 7, ax cmp ax, 3000 jgr !scan16 cmp ax, 250 jls !ksoff ;15 !kson int 3 jmp !ksend !ksoff opo 22, 15 xor ax, ax int 3 !ksend mov bx, @3 ;20 shl bx, 1 opo 12, bx opo 14, @2 ipo 2, ax cmp ax, 300 ;25 jgr !scan8 opo 15, 0 jmp !scan8 ;28