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


See what I did there D:
except that's not a code just letter's