////////////////////////////////////////////////////////////////////////////////
//
//  Talus Menu on Rest
//  tal_slm_disable
//  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 FALSE;
  else return TRUE;
}