Quote Originally Posted by KumaAkuma View Post
while(mode== activeMode && target == hostile)
{
Action(classDefaultAttack);
Wait(fiveSeconds*classWeaponSpeed);
};


See what I did there D:
Yeah. I'm sure the games code is that simple and doesn't rest on hundreds of variables that will be greatly effected by the inclusion of such a change to the system.