int StartingConditional() { // Inspect local variables if((GetLocalInt(GetModule(), "iMaxLevelUp") >= 3)) return TRUE; return FALSE; }