@Jonathin, This is a room inv script I set up mostly because I hated not being able to see what is around when when I'm following someone. It works well with all items and denizens appearing and disappearing as they should.
The console placement code is hard coded into the bottom left corner and you have to change it in the main setup script and in the window re-size event script, I don't like it but I haven't had time to make a more reliable and user friendly was of adjusting the console window. If someone else wants to fix that then I'll update it.
[Download]
Comments
Honourable, knight eternal,
Darkly evil, cruel infernal.
Necromanctic to the core,Dance with death forever more.
Just need to update this line in removeRoomItems
adding the .id to the end.
I'll update the download now as well.
ETA: Download has been updated with the fixed version.
[Download]
TL;DR change log:
- New positioning code
- Item highlighting - Examples in the script
Not much longer change log:New Geyser code so now all you need to do is position and size it in one place and it will stay there.
Negative X/Y positions will align it to the bottom or right of the main window.
New feature lets you highlight or prefix an item using the colour tags in a cecho().
Highlights can be triggered against an item's name or it's attributes, take a look at string.find().
Svof
Mudlet Discord join up
roomListContainer:show()
Does anyone know how to do something like this with a list of players? Or have a script they'd be willing to share to do it?