9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
|
|
int StartingConditional()
|
|
{
|
|
if(!(GetLocalInt(GetModule(), "HalloweenBegins") == TRUE))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|