Quote Originally Posted by TheVedis View Post
no no no
not millions

5 lines of code

after all according to every "i am a programmer" on this site, its easy remember
while(mode== activeMode && target == hostile)
{
Action(classDefaultAttack);
Wait(fiveSeconds*classWeaponSpeed);
};


See what I did there D: