Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   NPC Server Help (https://forums.graalonline.com/forums/showthread.php?t=58515)

Jaquet 04-10-2005 11:05 PM

NPC Server Help
 
On some servers when you log on they send u a message telling you news and things like that. I was wondering what the script is i have to put in the Control-NPC Script. Can anyone help?

xManiamaNx 04-10-2005 11:26 PM

function onActionplayeronline() {
sendpm("Hi. I am the NPC-Server");
}

or if you still use gscript1

if (actionplayeronline) {
sendpm old scripting engine :(;
}


All times are GMT +2. The time now is 10:16 PM.

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