← Back to team overview

mudlet-makers team mailing list archive

[Bug 1170902] Re: permRegexTrigger/permSubstringTrigger doesn't set the name properly

 

** Summary changed:

- permRegexTrigger doesn't set the name properly
+ permRegexTrigger/permSubstringTrigger doesn't set the name properly

** Changed in: mudlet
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1170902

Title:
  permRegexTrigger/permSubstringTrigger doesn't set the name properly

Status in Mudlet the MUD client:
  Confirmed

Bug description:
  For example:

  permRegexTrigger("Prompt", "", {"^(\d+)h, (\d+)m"}, [[health = tonumber(matches[2]); mana = tonumber(matches[3])]])
  permRegexTrigger("MapTriggerCapture", "", {"^(.*)$"}, [[]])

  Neither set the given name in the UI, they just set the number.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1170902/+subscriptions


References