MUSHclient

by Alger

Back to Mechanic's Corner.

Alger2006-05-24 09:39:15
I started using MUSHclient recently so I'm not totally familiar with it's functions. Maybe someone can help me out?

Whats the function to replace text?
Unknown2006-05-26 17:43:34
What scripting language are you using? Most things you do in MUSHclient won't be "MUSHclient" syntax. They'll be VBS or Lua or Python syntax.
Tervic2006-05-28 00:32:30
QUOTE(Alger @ May 24 2006, 02:39 AM) 290904

I started using MUSHclient recently so I'm not totally familiar with it's functions. Maybe someone can help me out?

Whats the function to replace text?



well, you can use the built in trigger maker thing to target a block of text, omit from output, then send what you want to replace it with.
Unknown2006-05-28 01:09:20
That doesn't actually work in MUSHclient. You have to call a script from the script box that does the note, or it'll get omitted as well. It's easiest to just send the note without trying to erase the text.
Alger2006-05-28 01:40:49
I'm using it on VB now actually. Thinking of changing it to something else just because I really dont like VB so much.

Anyway... but I want to erase the text.

I can get the script box to work as a form of replacing but then I cant expand variables (or dont know how to yet)

Another way I was thinking was to omit entirely and make it set variables which tell the prompt trigger what to echo. But then I have no choice but to put the echo's under the prompt.