|
hrabuse Newbie
Joined: 13 May 2002 Posts: 1 Location: USA
|
Posted: Mon May 13, 2002 10:27 pm
Command buffer Question |
Is there a way to have a trigger command sent to the command buffer then sent to the mud?
|
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Mon May 13, 2002 11:11 pm |
There is no command buffer in zMUD. zMUD sends commands as you give them to it. Please explain what you want to do a bit better.
Kjata |
|
|
|
Sildaren Wanderer
Joined: 19 Jul 2001 Posts: 59 Location: Germany
|
Posted: Wed May 15, 2002 4:36 pm |
If you mean the zMUD command line, when you say 'command buffer', then you're looking for the #INPUT command.
Like
#VAR tperson Zugg
#INPUT {talk @tperson Hi there }
will replace the current contents of the commandline with the string talk Zugg Hi there |
|
|
|
|
|