Public bug reported: For functions like tempTimer, you can have function callbacks but not callbacks which are in namespaces (tables). So this won't work: tempTimer(0.5, "ttable:techo()").
This commit makes this so. I'd like it to be tested, then I can port the code to the other methods which can benefit from this as well. https://github.com/Chris7/Mudlet2/commit/0d636cc74bde1c1579c2685fecadf8f08b083af4 ** Affects: mudlet Importance: Medium Status: Fix Committed -- You received this bug notification because you are a member of Mudlet Makers, which is subscribed to Mudlet. https://bugs.launchpad.net/bugs/1164807 Title: functions nested in tables with callbacks Status in Mudlet the MUD client: Fix Committed Bug description: For functions like tempTimer, you can have function callbacks but not callbacks which are in namespaces (tables). So this won't work: tempTimer(0.5, "ttable:techo()"). This commit makes this so. I'd like it to be tested, then I can port the code to the other methods which can benefit from this as well. https://github.com/Chris7/Mudlet2/commit/0d636cc74bde1c1579c2685fecadf8f08b083af4 To manage notifications about this bug go to: https://bugs.launchpad.net/mudlet/+bug/1164807/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mudlet-makers Post to : [email protected] Unsubscribe : https://launchpad.net/~mudlet-makers More help : https://help.launchpad.net/ListHelp

