HoS_PRC8/_mod/_module/nss/is_rotoomode.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

7 lines
163 B
Plaintext

// is_rotoomode - Is Rebirth Of The Old Ones Mode enabled?
int StartingConditional()
{
if (GetLocalInt(GetModule(),"bROTOOMode")) return TRUE;
return FALSE;
}