//////////////////////////////////////////////////////////////////////////////// // // Talus Menu on Rest // tal_slm_enable // OPW Integration and Clean Up By Don Anderson // dandersonru@msn.com // // Used in Rest Menu Conversation // //////////////////////////////////////////////////////////////////////////////// int StartingConditional() { int check=GetLocalInt(GetPCSpeaker(),"stealthloot"); if(check!=TRUE) return TRUE; else return FALSE; }