 |
zeiuszeppo Novice
Joined: 22 Nov 2001 Posts: 48 Location: Italy
|
Posted: Wed Apr 10, 2002 11:17 am
aliasing use |
i want to build this alias
QUIT
sonme ondition if verified do QUIT
but zmud LOOP in the alias
how can I send QUIT quithout parsing the
command for alias? |
|
|
|
 |
Vijilante SubAdmin

Joined: 18 Nov 2001 Posts: 5187
|
Posted: Wed Apr 10, 2002 11:25 am |
You have 2 choices
First is to the quote character: ~quit
Second is to use the SEND command: #SEND quit |
|
|
|
 |
zeiuszeppo Novice
Joined: 22 Nov 2001 Posts: 48 Location: Italy
|
Posted: Wed Apr 10, 2002 4:05 pm |
and how can I send commands to mud without
visualizing them on the screen (like password) ? |
|
|
|
 |
Kjata GURU

Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Wed Apr 10, 2002 7:09 pm |
For that use #SEND.
Kjata |
|
|
|
 |
zeiuszeppo Novice
Joined: 22 Nov 2001 Posts: 48 Location: Italy
|
Posted: Wed Apr 10, 2002 7:36 pm |
i want to send the content of %2
to mud without visualizing it on the screen
First of it I used
#EXEC %2
but now i want to mask it, can you right me
the correct command? |
|
|
|
 |
Kjata GURU

Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Wed Apr 10, 2002 10:55 pm |
Yes, use #SEND, not #EXEC:
#SEND %2
Kjata |
|
|
|
 |
|
|
|