Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   How does this NPC work please? (https://forums.graalonline.com/forums/showthread.php?t=37231)

osrs 09-05-2002 12:14 AM

Re: How does this NPC work please?
 
Quote:

Originally posted by Glory
if (created)
{ for (i=0;i<allplayerscount;i++)
{ if (strequals(#F,))
{ if (strequals(#a,accname))
{ setplayerprop #3,headname;}
}
}
}

NPC Code:


timeout=2;
for(i=0;i<=allplayerscount;i++) {
with (allplayers[i]) {
if(strlen(#F)==0) {
if(!strequals(#a,"accname")) {
if (!strequals(#3,"head name")){setplayerprop #3,"headname";

}



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

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