Skip to content

win_group

CodeAndLoathing edited this page May 7, 2024 · 3 revisions

Description

Displays current msdp GROUP information in an adjustable container (window).

Container can be dragged, resized, minimized/restored, closed and re-opened and position will persist through Mudlet restarts.

From the Mudlet console you can run the following commands:

If you closed the window and want it to come back

lua win_group:show()

If you locked the container and want to be able to move/drag/resize it again

lua win_group:unlockContainer() 

If you want to lock the container in place so you don't accidentally move/drag/resize.

lua win_group:lockContainer() 

See for more info on adjustable containers:

screenshot

Installation

  1. Download win_group.zip from releases/latest

  2. Extract win_group.xml from zip.

  3. Use Mudlet package manager to install or uninstall the xml file.

    It can be installed as either a package or a module.

Clone this wiki locally