Thread: destroy;
View Single Post
  #2  
Old 03-14-2002, 07:41 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
once you leave a level the script stops running and thats one of the most pathetic attemps of doing a strequals for a string I've seen
strequals for a string is like this
if (playerhurt&&strequals(#s(client.armor),3)){
blah;
}
for the setlevel2 thing, put the destroy before it, and also remember this, destroy destroys the npc for the WHOLE server
Reply With Quote