Search found 27 matches

by Laps
Thu Apr 30, 2020 9:30 am
Forum: Help Forum
Topic: How to prevent input command echo with alias?
Replies: 14
Views: 9748

Re: How to prevent input command echo with alias?

Vadi wrote:
Thu Apr 30, 2020 8:02 am
That combination isn't possible then, sorry!
Thanks for trying! Would this make a reasonable feature request? If so, how would I go about submitting it?
by Laps
Thu Apr 30, 2020 7:56 am
Forum: Help Forum
Topic: How to Gag Consecutive Blank Lines?
Replies: 5
Views: 4666

Re: How to Gag Consecutive Blank Lines?

The bottom one looks ok, except the line delta of 0 makes it only fire if it's on the same line, which two blank lines never could be. set the line delta to 1 and try that Hmm, this seems to be deleting even single blank lines - and in fact so does the trigger in my original post. I'll demonstrate ...
by Laps
Thu Apr 30, 2020 7:06 am
Forum: Help Forum
Topic: Cursor movement commands not supported
Replies: 14
Views: 15043

Re: Cursor movement commands not supported

Just curious - how did you tell which characters/commands/encoding the MUD was using? Is there documentation on this you could link me to so I can learn more?
by Laps
Thu Apr 30, 2020 5:56 am
Forum: Help Forum
Topic: How to prevent input command echo with alias?
Replies: 14
Views: 9748

Re: How to prevent input command echo with alias?

Try send("scan", true) in combination with that setting. Disabling the "Show the text you sent" setting takes precedence over the true passed to send , and nothing is displayed when I enter a command. That said, even if the true took precedence, it would only behave as desired f...
by Laps
Wed Apr 29, 2020 8:00 am
Forum: Help Forum
Topic: How to prevent input command echo with alias?
Replies: 14
Views: 9748

Re: How to prevent input command echo with alias?

For that you can turn off "Show the text you sent" in the Input Line settings. I'm afraid this isn't quite what I'm hoping for either :( While this does cause the input command to be hidden, it also hides the post-alias-expansion command to be hidden -- I would like only the latter (even ...
by Laps
Tue Apr 28, 2020 9:23 am
Forum: Help Forum
Topic: How to prevent input command echo with alias?
Replies: 14
Views: 9748

Re: How to prevent input command echo with alias?

Vadi wrote:
Tue Apr 28, 2020 6:41 am
Yes it is, instead of command put the following into the code box below:

Code: Select all

send("scan", false)
Ah, close one... but this approach still echos the input command, but preference is to instead echo only the resolved command, post-alias expansion.
by Laps
Mon Apr 27, 2020 8:53 am
Forum: Help Forum
Topic: How to prevent input command echo with alias?
Replies: 14
Views: 9748

How to prevent input command echo with alias?

I have a very simple alias that expands sc to scan (screenshot below). When I submit the command sc via the command line, it echoes both the input command sc to the main output, as well as the command to which the alias resolved - so when I enter sc I see: sc scan ... however, I'd like to prevent th...
by Laps
Mon Apr 27, 2020 8:25 am
Forum: Help Forum
Topic: Laggy Two-Line Prompt
Replies: 4
Views: 3781

Re: Laggy Two-Line Prompt

Make sure to update from Mudlet 4.5.1-de, by the way: https://www.mudlet.org/2020/03/update-from-mudlet451de/ Oh, thanks will do! This is because the game doesn't send GA (see "no GA") at the bottom. Enabling Go-Ahead in the game would fix it! Ah, got it - thanks for pointing that out! It...
by Laps
Mon Apr 27, 2020 8:22 am
Forum: Help Forum
Topic: How to Gag Consecutive Blank Lines?
Replies: 5
Views: 4666

How to Gag Consecutive Blank Lines?

How can I make a trigger that causes all stretches of consecutive blank lines to be condensed into a single blank line? Here's a trigger that gags every blank line: https://drive.google.com/uc?id=1-koOU5SywOAhvwKveh2yDZx_MnW3A8Vo I was thinking of something like this (also notice the AND / Multi-lin...
by Laps
Mon Apr 27, 2020 7:19 am
Forum: Help Forum
Topic: Cursor movement commands not supported
Replies: 14
Views: 15043

Re: Whitespace Incorrectly Ignored

You were lucky that I had just done those codecs for Medieva - and that I had left code in place to moan about ANSI ESC control codes that Mudlet cannot make use of! :P I checked the MUD you are trying to play out and I noticed that they haven't done anything to detail what a Client needs to set to...