Skip to content

win_affects

CodeAndLoathing edited this page Sep 28, 2025 · 2 revisions

Description

screenshot

Displays current msdp CHARACTER_AFFECTS 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_affects:show()

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

lua win_affects:unlockContainer() 

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

lua win_affects:lockContainer() 

See for more info on adjustable containers:

Installation

  1. Download win_affects.zip from releases/latest

  2. Extract win_affects.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