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?