Also a section of Aquilis's code could be 'optimised'...
Code:
...
   var execute=integer(random(3));
   switch(execute)
...

could be truncated down to
Code:
...
   switch(integer(random(3)))
...



I dont think my code is actually any "faster",
but it is less code... thats all. I just like less code...


"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial