What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Is there a way to check if there's mail pending?

jungly

New Member
Joined
Apr 19, 2010
Messages
394
Reaction score
5
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?
 
PHP:
Styx.Logic.Inventory.Frames.MailBox.MailFrame.HasNewMail
PHP:
Lua.GetReturnValues("return HasNewMail()")[0].ToBoolean()
 
Back
Top