
03-14-2002, 07:41 AM
|
|
Banned
|
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
|
|
|
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 |
|
|
|