• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Is there a way to check if there's mail pending?

    Discussion in 'Honorbuddy Support' started by jungly, Nov 13, 2011.

    1. jungly

      jungly New Member

      Joined:
      Apr 19, 2010
      Messages:
      394
      Likes Received:
      5
      Trophy Points:
      0
      on my script i need to check if there is ingame mail pending?

      is there a lua command/ macro or anything i can check this?
       
    2. strix

      strix New Member

      Joined:
      Feb 13, 2010
      Messages:
      442
      Likes Received:
      18
      Trophy Points:
      0
      PHP:
      Styx.Logic.Inventory.Frames.MailBox.MailFrame.HasNewMail
      PHP:
      Lua.GetReturnValues("return HasNewMail()")[0].ToBoolean()
       

    Share This Page