Search found 720 matches
- Sat Apr 03, 2021 1:51 am
- Forum: Scripts & Packages
- Topic: Dark Theme for Mudlet
- Replies: 11
- Views: 11675
Re: Dark Theme for Mudlet
The Lua (Portuguese for moon, not an acronym) script editor has its own color themes in Settings->Editor
- Sat Mar 20, 2021 6:46 pm
- Forum: Scripts & Packages
- Topic: GitHub action for CI using Muddler
- Replies: 0
- Views: 161
GitHub action for CI using Muddler
I have setup a GitHub action to facilitate setting up CI for Mudlet projects which make use of Muddler as a build tool. It is published to the action marketplace. https://github.com/marketplace/actions/build-with-muddler Blog post explaining the GitHub action: https://demonnic.com/?p=140 Muddler is ...
- Thu Mar 18, 2021 3:54 am
- Forum: General Forum
- Topic: My new blog: Muddling the Waters
- Replies: 2
- Views: 1961
Re: My new blog: Muddling the Waters
New post up, this time going over what I think are some of the bigger new features in Mudlet 4.11. The release post is as good as always, but not everything can make the main highlight reel
You can read over it Here

You can read over it Here
- Thu Mar 11, 2021 3:24 pm
- Forum: Scripts & Packages
- Topic: Named patterns demo
- Replies: 2
- Views: 172
Re: Named patterns demo
+1 for the use of f as well =)
- Mon Mar 01, 2021 5:46 pm
- Forum: Help Forum
- Topic: Prompt trigger captures data but processes old data
- Replies: 2
- Views: 157
Re: Prompt trigger captures data but processes old data
Glad you were able to get it sorted =)
- Sun Feb 28, 2021 11:43 pm
- Forum: General Forum
- Topic: My new blog: Muddling the Waters
- Replies: 2
- Views: 1961
Re: My new blog: Muddling the Waters
New blog post! This one is about setting up the development environment I use in Linux. It can be found HERE . Similar posts for Windows and MacOS will be coming over the next couple of weeks, but setting up a development environment in Windows is still a ridiculous pain in the ass so I have some ch...
- Wed Feb 24, 2021 9:46 pm
- Forum: General Forum
- Topic: My new blog: Muddling the Waters
- Replies: 2
- Views: 1961
My new blog: Muddling the Waters
I gave in and listened to the voices and started a blog. demonnic.com has been registered and had wordpress associated with it. The main purpose of this blog is Mudlet development, primarily scripting and such for Mudlet but there will also be posts about adding to Mudlet I expect. I will be startin...
- Tue Feb 23, 2021 10:48 pm
- Forum: Scripts & Packages
- Topic: The Stopinator
- Replies: 0
- Views: 1061
The Stopinator
Friend needed a way to temporarily block normal movement because leaving the room too soon was causing resource wastage. And thus the STOPINATOR WAS BORN! It's just a really simple script which allows you to toggle a block on normal cardinal movement, plus up/down/in/out. use function stopinator.blo...
- Mon Feb 08, 2021 12:32 am
- Forum: Scripts & Packages
- Topic: The demonnic MDK
- Replies: 15
- Views: 7889
Re: The demonnic MDK
MDK 2.0.0 released. https://github.com/demonnic/MDK/releases/tag/2.0.0 With absolutely no new features whatsoever! This release is marked 2.0 because it does make a few breaking changes. * The MDK mpackage is now MDK, not MDK-1. I made muddler able to do this a while back but I promised not to chang...
- Sat Feb 06, 2021 6:55 am
- Forum: Scripts & Packages
- Topic: The demonnic MDK
- Replies: 15
- Views: 7889
Re: The demonnic MDK
1.1.5 released. Check out https://github.com/demonnic/MDK/releases/ for the full info, but in short since 1.1.3 Adds echofile module which contains * f, which allows for string interpolation.Encapsulate code you want evaluated/variables you want inserted between {}, similar to Python's f. I fiddled ...