int StartingConditional() { int iReturn = GetLocalInt(GetModule(), "iAllowStores"); if (iReturn ==1) return TRUE; else return FALSE; }