7 lines
163 B
Plaintext
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;
|
||
|
}
|