Search found 5022 matches

by Vadi
Mon Aug 01, 2022 2:59 pm
Forum: Help Forum
Topic: Aggregating multiple lines.
Replies: 5
Views: 5418

Re: Aggregating multiple lines.

http://www.youtube.com/watch?v=nwfjzRlgG9E&hd=1 might also help for a video format
by Vadi
Tue Jul 05, 2022 4:38 pm
Forum: Mudlet Mapper
Topic: (mapping script) Generic GMCP Mapper Script
Replies: 9
Views: 11830

Re: (mapping script) Generic GMCP Mapper Script

Code: Select all

exits = gmcp.Room.Info.exits
should be

Code: Select all

exits = table.deepcopy(gmcp.Room.Info.exits)
since it tries to manipulate the 'exits' key afterwards. See https://github.com/Mudlet/Mudlet/issues/6019
by Vadi
Sat Jun 25, 2022 5:21 pm
Forum: General Forum
Topic: Can mudlet provide websocket related functions
Replies: 1
Views: 13817

Re: Can mudlet provide websocket related functions

That would be nice to have, if you could send in a pull request adding it, we'll merge it.

In the meantime have a look at using viewtopic.php?t=23136&p=46785#p46785
by Vadi
Sat Jun 11, 2022 5:54 am
Forum: Help Forum
Topic: tempLineTrigger help
Replies: 5
Views: 3989

Re: tempLineTrigger help

I've removed it from the docs and we'll remove the no-op argument (as it had no effect right now anyway) from a future version in Mudlet. Backwards compatibility is our promise in Mudlet and given how nobody found this for the last 4 years - plus the fact that it had no practical effect in scripts -...
by Vadi
Sat May 14, 2022 7:32 am
Forum: Help Forum
Topic: Help with enablekey/disable key
Replies: 5
Views: 5842

Re: Help with enablekey/disable key

That looks good to me. Does it work as expected?

The lock icons in the editor won't refresh right away when you enable/disable things so Mudlet can stay fast, but the changes will take effect immediately.
by Vadi
Fri May 13, 2022 10:49 am
Forum: Help Forum
Topic: Help with enablekey/disable key
Replies: 5
Views: 5842

Re: Help with enablekey/disable key

Try disablekey("keymap_tree") and so on.
by Vadi
Thu May 12, 2022 4:04 pm
Forum: General Forum
Topic: 4.16 - easier map labels, map autosaves, and scriptable settings
Replies: 0
Views: 112554

4.16 - easier map labels, map autosaves, and scriptable settings

Summer is around the corner in the Northern Hemisphere... and so is a new update of Mudlet! It brings easier map labels, map autosaves, and scriptable settings. Overview Download Please provide all feedback and problem reports on 4.16 here or over on Github or in our Discord chat . Thanks and have f...
by Vadi
Thu May 05, 2022 4:48 pm
Forum: Scripts & Packages
Topic: Copy Color as BBCode
Replies: 3
Views: 12569

Re: Copy Color as BBCode

I think this is very cool, nice work! Post about in #packages on Discord as well.
by Vadi
Sun Feb 13, 2022 3:19 pm
Forum: Geyser Layout Manager
Topic: Mapper window can not fully satisfy the parent window
Replies: 1
Views: 14017

Re: Mapper window can not fully satisfy the parent window

Close the the pop-out window, it does not obey constraints set in Geyser.Mapper. It's the embedded view that does.