If anyone wanted that gwon command to work then heres the definition:
public static bool GWOn = false
public static bool GWOn = false
Oh, yeah that really makes sence.. ( NOT ). So, the entirely code would look like this?Quote:
If anyone wanted that gwon command to work then heres the definition:
public static bool GWOn = false
public static bool GWOn = false;
if (Splitter[0] == "/gwon")
{
GWOn = true;
}