6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetLocalInt(GetModule(),"nEvilWizard")>0) return TRUE;
|
|
return FALSE;
|
|
}
|