View Single Post
  #1  
Old 10-08-2004, 04:56 AM
Slash-P2P Slash-P2P is offline
Banned
Join Date: May 2004
Location: Burning Blade
Posts: 941
Slash-P2P is on a distinguished road
if player has a pm

Currently, enablefeatures allows the PM icons on the minimap to be hidden.
There should be a way to check if the player has a pm in a script.

Example of how you could use it:
NPC Code:

if (haspm) {
say2 Hello #a,#bYou received a PM from #p(1).;
}



Param 1: Account
Param 2: Nickname

Anyone else agree that would be useful?
Reply With Quote