-
Notifications
You must be signed in to change notification settings - Fork 2
win_affects
CodeAndLoathing edited this page Sep 28, 2025
·
2 revisions

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:
- https://wiki.mudlet.org/w/manual:geyser#Adjustable.Container
- https://www.mudlet.org/geyser/files/geyser/AdjustableContainer.html
-
Download win_affects.zip from releases/latest
-
Extract win_affects.xml from zip.
-
Use Mudlet package manager to install or uninstall the xml file.
It can be installed as either a package or a module.