← Back to team overview

mudlet-makers team mailing list archive

[Bug 1170902] [NEW] permRegexTrigger doesn't set the name properly

 

Public bug reported:

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.

** Affects: mudlet
     Importance: Undecided
         Status: New

-- 
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 doesn't set the name properly

Status in Mudlet the MUD client:
  New

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


Follow ups

References