|
Turbomudder Beginner
Joined: 25 Jan 2003 Posts: 19
|
Posted: Sat Feb 08, 2003 7:31 am
NOT ending command with CR/LF |
Is it possible to set it up so that I can send commands to the mud just by hitting the key? example:
Do you really want to quit? (Y or N)
and just hit the y key without having to hit enter.?
Alternatively it would work okay if I could just send the Y to the mud when I hit enter but without any kind of "end-of-line" charecter at the end. Because whats happening is my mud thinks I am telling it Y and then hitting enter again, so it skips over the next prompt... example:
Please enter your name:
>> turbomudder
Welcome Turbomudder what is your password:
Im sorry you need to enter a password.
Any way to fix that.?
thanks,
turbomudder |
|
|
|
Amylon Novice
Joined: 31 Jan 2003 Posts: 49 Location: Australia
|
Posted: Sat Feb 08, 2003 8:42 am |
Try this,
Create an macro that sends the info.
e.g. Set it to f12 so it sends quit;yes
As for the login problem do the same:
e.g. set it to f11 so it sends turbomudder;password
Amylon
--------------------
#trigger {(*) tells you, '} {tell %1 NO}
-------------------- |
|
|
|
Turbomudder Beginner
Joined: 25 Jan 2003 Posts: 19
|
Posted: Sat Feb 08, 2003 9:22 am |
those were just examples, this happens all the time on this mud, I need to have it so that it sends the commands without an endline charecter all the time.
|
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sat Feb 08, 2003 12:17 pm |
You have two options:
1. Use #SENDP to send commands to the MUD without a newline whenever necessary.
2. If you would rather always have ti do this, then go into the Preferences, expand General, and enable Character Mode under Emulation.
Kjata |
|
|
|
|
|