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

Yep. You created an infinite loop that would crash the client. Grats.
Yeah I guess the concept of threading is not for this thread.