Post date: Apr 03, 2016 8:19:55 PM
I may have figured out what is wrong with my drones. They can't get "in the zone"... My drones have a Boolean, InZone, which gets set to true when its around its master (the space station) and is false when it is too far away. When InZone = false, fly toward the master. When InZone = true, patrol around the station and fire at incoming enemies.
the problem is that InZone, for some reason, is never set to true, so the drone is constantly flying toward the station. And if it happens to stop flying toward the station, it must be "in the zone" before it can fire at incoming enemies... So to fix the drones I need to figure out what is wrong with InZone.