Mudlet features and API requests

Post Reply
User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet API requests

Post by Vadi »

Ew, never. Sorry.

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

hempa
Posts: 48
Joined: Sat Jan 02, 2010 1:07 pm

Re: Mudlet API requests

Post by hempa »

A function to get the timestamp for a given line number.

EDIT HEIKO: ok, will be included in 1.0.6

hempa
Posts: 48
Joined: Sat Jan 02, 2010 1:07 pm

Re: Mudlet API requests

Post 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? :)

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet API requests

Post by Vadi »

setButtonState - explicitly set a button state from scripts.

User avatar
demonnic
Posts: 884
Joined: Sat Dec 05, 2009 3:19 pm

Re: Mudlet API requests

Post by demonnic »

the ability to get the wrap width of the main mudlet buffer/window in a lua script, pls.

hempa
Posts: 48
Joined: Sat Jan 02, 2010 1:07 pm

Re: Mudlet API requests

Post 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.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Mudlet API requests

Post by Vadi »

A function to register event handlers with.

User avatar
Rakon
Posts: 350
Joined: Tue Feb 16, 2010 7:41 pm
Contact:

Re: Mudlet API requests

Post 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.

Denarii
Posts: 111
Joined: Thu Dec 03, 2009 10:54 pm

Re: Mudlet API requests

Post 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.

User avatar
Rakon
Posts: 350
Joined: Tue Feb 16, 2010 7:41 pm
Contact:

Re: Mudlet API requests

Post 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)]

Post Reply