06-18-2017, 02:33 AM
I know what booleans are lol I meant why are they there? I assume the process is done sequentially, why do you need a bool to keep track of whether you're ordering turns by speed (this should be a simple for loop at most), executing turns (this should run through a list), or neither?