Released on 09 Jan 2008
1. Added a message, if MUSHclient cannot connect to the MUD, directing you to the appropriate forum page (http://www.gammon.com.au/forum/?id=8369) to help with resolving connection problems. If you have "notify connection problems to the output window" global option set, this link will be a hyperlink.
2. Added three new script functions: GetPluginAliasOption, GetPluginTimerOption, GetPluginTriggerOption.
These function like GetAliasOption, GetTimerOption, GetTriggerOption - however their first argument is a plugin ID, which lets you query options in other plugins.
See: http://www.gammon.com.au/forum/?id=8413 for a discussion about this.
3. Slightly enhanced the help for GetAliasOption, GetTimerOption, GetTriggerOption to reflect the current options correctly.
4. Added 5 new selectors to script function world.GetInfo:
244 - Count of number of triggers that were evaluated
245 - Count of number of triggers that matched
246 - Count of number of aliases that were evaluated
247 - Count of number of aliases that matched
248 - Count of number of timers that fired
This is intended to help evaluate your world's performance, to see how many trigger matches are made as text arrives. The number is stored as a signed 32-bit field, so the maximum number that can be stored is 2,147,483,648, after which it will wrap around.
View all MUSHclient release notes
Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.