Pychnight / TshockRpgToolKit

Master Controller for distrubtion of quests, custom npcs, custom items and skills, housing, leveling, npcshops, etc.
GNU General Public License v2.0
11 stars 1 forks source link

[Custom Quests] Kill Trigger Problem #12

Closed Pychnight closed 5 years ago

Pychnight commented 6 years ago

Kill triggers can't process npcs with Tags or Glyphs in there names.

Pychnight commented 5 years ago

Splinting this into 3 issues.

Pychnight commented 5 years ago

Adjusted this issue into the other kill trigger issue.

tbarela commented 5 years ago

StripTags

Not really sure how to test this as is, but at least the core of the problem is solved( stripping the tags ). This actually exists as a new method in Corruption, so users will be able to call this in their scripts.

The KillNpcs trigger uses this in its name lookups now, so it should work in theory...