Graal Forums

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

Spark910 09-22-2002 04:51 PM

A little Help
 
Well I cant get this to set the flag with an NPC server, Ive tried it clientside and serverside, before I just had ''set flagname'' which sort of worked as NPC's didnt show when you had the flag name but it didn't appear in the players attributes and now it doesnt work at all, see if you can find any bugs or errors in it, anyway heres the code.....

NPC Code:

if (playerenters) {
timeout=0.1;
if (timeout) {
timereverywhere;
if (compusdied) {
set client.magiccave1;
}
if (compuscount==0) {
set client.magiccave1;
}
timeout = 0.1;
}
}



-Spark911 (Thankyou)

Spark910 09-22-2002 08:27 PM

Thanks, And I didnt format it, Fox did, But Yes i should have still saw that problem!


All times are GMT +2. The time now is 01:35 AM.

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