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