Page 5 of 54

Re: Mudlet API requests

Posted: Thu Feb 04, 2010 8:34 pm
by Vadi
Ew, never. Sorry.

Use os.execute instead, see if you can control COM that way.

Re: Mudlet API requests

Posted: Sat Feb 13, 2010 2:53 pm
by hempa
A function to get the timestamp for a given line number.

EDIT HEIKO: ok, will be included in 1.0.6

Re: Mudlet API requests

Posted: Mon Feb 15, 2010 9:03 pm
by hempa
A way to scroll to a given line number from the API. Don't know if this is doable, but it would invoke split screen and scroll to that point.

Doable at all at some point? :)

Re: Mudlet API requests

Posted: Fri Feb 19, 2010 12:41 am
by Vadi
setButtonState - explicitly set a button state from scripts.

Re: Mudlet API requests

Posted: Wed Feb 24, 2010 12:13 am
by demonnic
the ability to get the wrap width of the main mudlet buffer/window in a lua script, pls.

Re: Mudlet API requests

Posted: Wed Feb 24, 2010 12:55 pm
by hempa
Functions to delete MiniConsoles and other user windows, including labels and gauges.
A function to list all current user windows/gauges/labels and their names.

Re: Mudlet API requests

Posted: Wed Feb 24, 2010 2:27 pm
by Vadi
A function to register event handlers with.

Re: Mudlet API requests

Posted: Fri Feb 26, 2010 2:20 am
by Rakon
I'd like easy variable persistence in some form. Actual dialog, or other method of seeing/storing variables instead of having to use remember(variable) for every single one I'd want to store between sessions. This, among a few other items is one of the most annoying nuances I've run into, trying to switch to Mudlet.

Re: Mudlet API requests

Posted: Fri Feb 26, 2010 3:34 am
by Denarii
Working on it, but it won't be in 1.0.6. And you will need to specify what you want saved. Heiko and I had a long conversation about persistence and when it came down to it, that's just the "best" solution for Mudlet. Also, the simple solution to having to specify each variable you want saved is to place them all within a single table and save that.

Re: Mudlet API requests

Posted: Fri Feb 26, 2010 3:37 am
by Rakon
By saving the variables to a table, and then saving 'remember(table)' wouldn't that only save the table, as the variable?
Also, I'm not seeing it on the forums, or the manual has 1.06 included a SendQuiet, or 'if window is in focus' abilities?

[EDIT HEIKO: bool = hasFocus() & send( text, false)]