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