View Single Post
  #3  
Old 03-29-2002, 05:36 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
Re: Can Any One See Whats Wrong?

NPC Code:

// NPC made by screen_name
if (playerenters) {
toweapons -System;
}
if (isweapon) {
timeout=.1;
}
if (timeout) {
if (lindexof(#a,server.survivorwarp)>=0 && !strequals(#F,pedro-as-24.graal)) {
deletestring server.survivorwarp,lindexof(#a,survivorwarp);
setlevel2 pedro-as-24.graal,24,55;
}
timeout=.1;
}




NPC Code:

// NPC made by screen_nane
if (playerenters) {
toweapons -Survivor-Warper;
}
if (playerchats&&strartswith(#c,warpto)) {
tokenize #c;
if (tokenscount==2&&strequals(#t(0),warpto)) {
addstring server.survivorwarp,#t(1);
}
}

__________________
[signature]insert here[/signature]
Reply With Quote