MDK icon indicating copy to clipboard operation
MDK copied to clipboard

MDK. Mudlet Development Kit? Murder Death Kill? you decide!

Results 10 MDK issues
Sort by recently updated
recently updated
newest added

Initial creation. - getSelected() - setSelected(int) - takes an amount of radio buttons you want to create with variable `amount`, defaults to 2

Basic checkbox widget. isChecked() function to see current state TODO: customization of size, location, colour, etc..

![image](https://github.com/demonnic/MDK/assets/3660/6b0cdf69-ec87-4676-a6aa-325ae2eb3116) Basic text input box with a label to say what it is/provide a prompt, and a commandline to read the new value in and process it.

Hey @demonnic Just FYI. Was playing around with adding the mapper to an EMCO console. If I add it on creation as in this: myContainer = EMCO:new({ name = containerName,...

Found so far: * tabBold * leftMargin * rightMargin * topMargin * bottomMargin

to update settings across revisions

Since echoLink and friends accept actual functions now, I should make sure EMCO does as well.

I am referring to this part of README.md ```md ## Installation ### I am a package author looking to include/use one of the MDK modules or classes in my package...

Per discussion on the Mudlet Discord: 1. Install MDK and run the example script at https://github.com/demonnic/MDK/wiki/EMCO 2. Open debug console 3. `lua testEMCO:echo("Guild", "ABC")` result in: ``` [F] Alias: capture...