Thread: A little Help
View Single Post
  #1  
Old 09-22-2002, 04:51 PM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
Angry 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)
__________________
--Spark911
Reply With Quote