Thread: Minimap trouble
View Single Post
  #1  
Old 11-09-2005, 07:49 PM
petro1212 petro1212 is offline
Angelus
petro1212's Avatar
Join Date: Mar 2003
Location: The Moon
Posts: 445
petro1212 is on a distinguished road
Send a message via AIM to petro1212 Send a message via MSN to petro1212
Minimap trouble

I was busy playing with my minimap script and found out that I was missing personal messages (indication clouds). Since its part of graal i'd basicly like to continue using them in the map.


Quote:
Originally Posted by Skyld
function checkForPMs()
{
for (pl: allplayers)
{
return pl.pmswaiting() ? pl.account : FALSE;
}
}
However this will only display the most recent personal message.

Couldn't find anything else in scriptfunctions_clientside.txt to get me started either.

So my question is: Are there any methodes to check for pm's?
__________________
Reply With Quote