Search found 3 matches

by nowhereman
Tue Apr 06, 2021 1:23 am
Forum: Scripts & Packages
Topic: Dark Theme for Mudlet
Replies: 22
Views: 39671

Re: Dark Theme for Mudlet

You're absolutely right about the editor colors. Any thoughts on the push-button states?
by nowhereman
Fri Apr 02, 2021 8:33 pm
Forum: Scripts & Packages
Topic: Dark Theme for Mudlet
Replies: 22
Views: 39671

Re: Dark Theme for Mudlet

This is great. One essential feature is missing, and another nice to have. Essential feature: "Push down" buttons do not visually indicate pushed state. In the normal color scheme they're the normal toolbar color when pressed=false and darker when pressed=true. Nice to have: The LUA script...
by nowhereman
Fri Feb 19, 2021 7:04 am
Forum: Scripts & Packages
Topic: Wait and Wait Line
Replies: 20
Views: 39035

Re: Wait and Wait Line

I've changed: function wait_line_timer(name) for _,v in ipairs(threads[name][2]) do if v ~= nil and v[1] ~= nil then disableTrigger(v[1]) killTrigger(v[1]) end end wait_line_resume(name) end as when the triggers would fail to resolve their regex the timers would expired and next time I got a success...