Hey im working on a special something, and its using DB NPCs. My problem occurs on adding/removing something to a DBNPCs flags.
These dont appear to work:
PHP Code:
findNPC("Astram").add("Hey_"@params[1]);
and
PHP Code:
findNPC("Astram").remove("Hey_"@params[1]);
Please help, THANKS!
