 |
Throckman Newbie
Joined: 12 Oct 2010 Posts: 6
|
Posted: Sun Jan 02, 2011 2:43 pm
Hidden text problem |
So I'm running Cmud 3.31 on Genesis LPMud, and I'm trying to find a way of sending a "v" every, say, 30 seconds to get my vitals, but not have it spam my screen. The output is triggered and gagged, but I'm trying to avoid the "v" from appearing and spacing out my screen.
Oh, and I'd like it if I didn't have to turn off ALL the input...
Any help? |
|
|
 |
Fizgar Magician
Joined: 07 Feb 2002 Posts: 333 Location: Central Virginia
|
Posted: Sun Jan 02, 2011 3:23 pm |
A command input trigger combined with #gag will keep the v from being echoed to your screen.
Code: |
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<trigger type="Command Input" priority="1420" copy="yes">
<pattern>v</pattern>
<value>#gag</value>
</trigger>
</cmud> |
|
|
_________________ Windows Vista Home Premium SP2 32-bit
AMD Athlon Dual Core 4400+ 2.31 GHz
3 GB RAM
CMUD 3.34 |
|
|
 |
Throckman Newbie
Joined: 12 Oct 2010 Posts: 6
|
Posted: Sun Jan 02, 2011 3:26 pm |
Ah, problem solved, thanks :)
|
|
|
 |
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun Jan 02, 2011 3:53 pm |
you can also use #SENDRAW v in an alarm. #SENDRAW doesn't echo the command.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
 |
Tech GURU

Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Sun Jan 02, 2011 5:45 pm |
A little off topic, but you should really upgrade to the latest version (to get all bug fixes etc). There's no reason I'm aware of not to upgrage.
|
|
_________________ Asati di tempari! |
|
|
 |
|
|