← Back to team overview

mudlet-makers team mailing list archive

[Bug 884091] [NEW] Echoes inside trigger contexts don't show since test4

 

Public bug reported:

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

** 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/884091

Title:
  Echoes inside trigger contexts don't show since test4

Status in Mudlet the MUD client:
  New

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


Follow ups

References