"name" "BasicBot" "author" "Robert64" "version" "0.01" "chassis" "blue" "wheel" "grey" "turret" "white" "startai" ------------------------------------------- "lable" "0" "if" "this_turretang < enemy_dir" "turnturret" "right" "else" "if" "this_turretang > enemy_dir" "turnturret" "left" "else" "if" "rand < this_ammo / 2" "shoot" "end if" "end if" "end if" "move" "forward" "if" "this_x < 64" "turn" "right" "else" "if" "this_x > stage_width - 64" "turn" "left" "end if" "end if" "goto" "0"