Quote Originally Posted by London View Post
{
if username = "SYOPAPOTILAS" then
hitchance * 0.5
}

Noob
if (userName == "SYOPAPOTILAS") {
hitChance *= 0.5;
}

Noob.