Thread: the 2.1 version
View Single Post
  #4  
Old 02-02-2002, 09:16 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by Cyber-X
Well Stefan, it has some bugs with tags... Like this:
1st NPC
if (playertouchsme) {
set test;
}
2nd NPC
if (test) {
showlocal;
}

thats not working and I had to make alot of new commands to replace it...
Easy solution, use strings, not flags
Reply With Quote