LoD_PRC8/_module/nss/hal_axoscon.nss

9 lines
134 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
int StartingConditional()
{
if(!(GetLocalInt(GetModule(), "HalloweenBegins") == TRUE))
return FALSE;
return TRUE;
}