Hello folk,
I'm looking for guidance on how variables can be passed between profiles without having the information scrolling through the main window.
Search found 13 matches
- Sat Feb 20, 2021 6:40 am
- Forum: Help Forum
- Topic: How to pass a variable between profiles
- Replies: 1
- Views: 162
- Sat Feb 20, 2021 6:22 am
- Forum: Help Forum
- Topic: How to insert a button that executes a script
- Replies: 0
- Views: 562
How to insert a button that executes a script
Hello Folks, I've been trying to find a way to get my game to tag each item with a link that calls a function to display the item's stats. cinsertLink("[ID:".. itemID.."]", [[send(" showitem ]] .. itemData[1]["_row_id"] .. [[")]], "View Stats") But t...
- Wed Feb 03, 2021 6:05 am
- Forum: Mudlet Mapper
- Topic: Generic Mapping Script
- Replies: 404
- Views: 184026
Re: Generic Mapping Script
Hello Folks, I've been finding it fairly challenging to for to get the mapper to recognize what room I am in. I frequently move between map rooms and find that the mapper doesn't move at all. I was hoping to get some advice on where my trouble might be stemming from. And perhaps if there are any wor...
- Mon Jan 25, 2021 5:41 pm
- Forum: Help Forum
- Topic: Mudlet Control Across Different Profile
- Replies: 16
- Views: 790
Re: Mudlet Control Across Different Profile
Hello Beckham, I'm fairly new to Mudlet, but I do have a solution that is a bit of a workaround for this. local updateStatus = "recoverStart" or {} expandAlias(updateStatus) raiseGlobalEvent("sysSendAllProfiles", updateStatus) If you use this in one profile you can create an alia...
- Sun Jan 24, 2021 7:16 am
- Forum: Help Forum
- Topic: How to confirm an item is not in a database
- Replies: 0
- Views: 599
How to confirm an item is not in a database
Hello Folks, I've been struggling for a couple hours with attempting to check verify that a value in a database does not exist. I suspected that db:is_nil would be the function I need. But I cannot seem to figure out how to get it to return accurately. Either everything is Null or nothing is. The fu...
- Sat Jan 23, 2021 11:49 pm
- Forum: Help Forum
- Topic: Empty Database File
- Replies: 6
- Views: 229
Re: Empty Database File
Here's another question in the same line of thought: If I need a column for every effect an item can have, I will end up with an item database with about 40 columns. I'd like to echo item IDs on the screen whenever an item is visible. Is this going to cause performance issues? I am not considering c...
- Sat Jan 23, 2021 10:26 pm
- Forum: Help Forum
- Topic: Empty Database File
- Replies: 6
- Views: 229
Re: Empty Database File
Thank you again Vadi, it looks like I'm a bit slow on the uptake on this one, sorry! I need to do some more reading about relational databases to fully understand what can and cannot be done. Thank you for taking the time to set me straight.
- Sat Jan 23, 2021 3:25 pm
- Forum: Help Forum
- Topic: Empty Database File
- Replies: 6
- Views: 229
Re: Empty Database File
Thank you Vadi! I've got the database mostly working now. I'm still not sure how I'm going to get the effect table field to work. The idea is to add 1-10 effects with a type and a value field. Do you have any advice on the matter?
- Sat Jan 23, 2021 7:18 am
- Forum: Help Forum
- Topic: Empty Database File
- Replies: 6
- Views: 229
Empty Database File
Hello Folks, I've been working on putting together an item data base and I've been having a difficult time structuring it. Some basic tests databases I have made work fine. But when I try to tie everything together I end up with a database file that has nothing in it, not even the structure. I also ...
- Thu Jan 14, 2021 9:20 pm
- Forum: Mudlet Mapper
- Topic: Generic Mapping Script
- Replies: 404
- Views: 184026
Re: Generic Mapping Script
Hello Vadi,
I believe that was with map debug turned on. Here is another image with debug turned on.
https://imgur.com/a/iHM43dm
I believe that was with map debug turned on. Here is another image with debug turned on.
https://imgur.com/a/iHM43dm