View Single Post
  #2  
Old 11-22-2001, 01:42 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Re: I Really Need Help Please Respond!!!!!!!!!!!

Quote:
Originally posted by FungusAmungus
i really need help on an NPC i need a NPC that when a person with my tag on 'Stealth Assassins' walks into him it will warp him to a different level and then i need when someone does not have to right tag it will say go away and then when the 'Stealth Assassins' members say open everyone can get in but the guy will not allow then inafter like a sectain time limit so no more can get in but the people in say in there till they exit i need help on it
I'm only giving you this because I'm bored and fealing generous
if (playertouchsme&&strequals(#g,Stealth Assassins)) {setlevel2 levelhere,xhere,yhere;}
else
{message Go Away;}
if (playerchats&&strequals(#c,Open)&&strequals(#g,Ste alth Assassins)) {hide;dontblock;sleep5;blockagain;}
Reply With Quote