Make it clearer for Mudlet newbies where trigger text goes#4673
Make it clearer for Mudlet newbies where trigger text goes#4673vadi2 merged 3 commits intoMudlet:developmentfrom
Conversation
|
Hey there! Thanks for helping Mudlet improve. 🌟 Test versionsYou can directly test the changes here:
No need to install anything - just unzip and run. |
|
If you were to reproduce it in ALL the items - would it be helpful to revise the placeholder text if the type
Also, for the substring case - as it is the default - you might need to also say - |
Which slot is that? |
|
I like the suggestion. |
|
SlySven
left a comment
There was a problem hiding this comment.
I was thinking that it would be applied to all the items - though as I said in that case the default (substring) one should also say something about leaving it empty means it is ignored. (Of course having all of them being so ignored is marked as an error for a non-trigger group TTriger instance).
|
Also given the space available it is possible for the line spacer one to actually say something about what the number means. Does a |
|
Maybe try more similar texts like these examples: substring: add your text to find - anywhere in the game output For "lua function" and "line spacer" I would not put any placeholder texts. |
I think it is pretty obvious that if it is empty, it does not do anything - spelling out that much detail doesn't make for a pretty result to look at.
Could be, but I'll leave that rabbithole for later 😅 |
|
Getting better indeed. |
|
It didn't add much value and just made the placeholder longer, while we want to be short as possible, look at how nice this was: https://user-images.githubusercontent.com/110988/105627597-1b0dc980-5e38-11eb-9749-9a2630285444.png Similar wording for exact match doesn't seem too bad because the placeholder is concise and straight to the point |


Brief overview of PR changes/additions
Add a placeholder on the 1st pattern where the trigger pattern goes:
Motivation for adding to Mudlet
We've seen cases where it's not obvious to new players:

Other info (issues closed, discussion etc)
Text to findwas explicitly chosen because newbies to text games won't know what atrigger patternis. That saidtrigger patternis still included as an educational measure + to help veterans from other clients.Pattern is only on the 1st one because after you fill in the first pattern, you know what the field is for, so you don't need the 'nag'.
I've tried several variants, I think this one is the best:

But opinions on others welcome:
