Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Privet Messages (https://forums.graalonline.com/forums/showthread.php?t=72239)

Chandler 02-17-2007 09:15 AM

Private Messages
 
HTML Code:

function onPM(fromAccount, messageText)
{
  echo(temp.fromAccount SPC "sent" SPC temp.messageText);
}

The text works, however it doesn't send the account! The first param being non-existent!

Skyld 02-17-2007 12:53 PM

I guess you can use player.account.

Admins 02-17-2007 02:09 PM

On server side you get the PM in params[]. The first line is always empty (reserved for advertising url). Use player/player.account for knowing who has sent it.

Chandler 02-17-2007 07:25 PM

Oh, okay. Thanks :)


All times are GMT +2. The time now is 02:12 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.