mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01934
[Bug 884091] Re: Echoes inside trigger contexts don't show since test4
I narrowed the issue down to my pipeline using selectCurrentLine()
instead of selectString(line, 1) as it did before. I changed it for
efficiency reasons, but it seems it has side-effects like this.
Sorry for the false report!
** Changed in: mudlet
Status: New => Invalid
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/884091
Title:
Echoes inside trigger contexts don't show since test4
Status in Mudlet the MUD client:
Invalid
Bug description:
Sample code:
function mm_example_affs(eventname, data)
svo.echof("Event: %s, data: %s", eventname, data)
tempTimer(0, function() svo.echof("Event: %s, data: %s", eventname, data) end)
end
The first echo stopped showing in the latest git, while it used to
work fine before.
What it currently looks like, missing the first echo:
You sit yourself down.
6700h, 6437|95%m, 100%e, 100%w -[pr](stand)
(svo): Event: svo got aff, data: prone
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/884091/+subscriptions
References