View Single Post
  #10  
Old 03-29-2002, 03:28 PM
Spectre1337 Spectre1337 is offline
Banned
Spectre1337's Avatar
Join Date: Nov 2001
Location: United States
Posts: 790
Spectre1337 is on a distinguished road
Send a message via AIM to Spectre1337 Send a message via Yahoo to Spectre1337
Re: Can Any One See Whats Wrong?

Quote:
Originally posted by Spark910

NPC Code:

// NPC made by Spark911
if (playerenters) {
toweapons SYSTEM;
}
if (strcontains(#s(server.survivorwarp), #a) && !strequals(#l,pedro-as-24.graal)) {
setstring server.survivorwarp, ;
setlevel2 pedro-as-24.graal,24,55;
}



levels is #L graal is case sensitive for that kind of command.
Reply With Quote