← Back to team overview

mudlet-makers team mailing list archive

[Bug 1232325] [NEW] Creating a trigger with permSubstringTrigger and then putting a trigger into it doesn't turn the group in Mudlet into a folder

 

Public bug reported:

When you create a trigger group with:

permSubstringTrigger("Combat triggers", "", {""}, "")

And then put a trigger inside it with:

permSubstringTrigger("Highlight stuff", "Combat triggers", {"pixie"},
[[selectString(line, 1) bg("yellow") resetFormat()]])

The parent group does not become a folder, and gives error saying it is
missing a pattern. In this case, it should auto-convert to a group
instead.

** Affects: mudlet
     Importance: Undecided
         Status: New

** Attachment added: "Selection_454.png"
   https://bugs.launchpad.net/bugs/1232325/+attachment/3846325/+files/Selection_454.png

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

Title:
  Creating a trigger with permSubstringTrigger and then putting a
  trigger into it doesn't turn the group in Mudlet into a folder

Status in Mudlet the MUD client:
  New

Bug description:
  When you create a trigger group with:

  permSubstringTrigger("Combat triggers", "", {""}, "")

  And then put a trigger inside it with:

  permSubstringTrigger("Highlight stuff", "Combat triggers", {"pixie"},
  [[selectString(line, 1) bg("yellow") resetFormat()]])

  The parent group does not become a folder, and gives error saying it
  is missing a pattern. In this case, it should auto-convert to a group
  instead.

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


Follow ups

References