|
Gage Beginner
Joined: 07 Jan 2003 Posts: 23
|
Posted: Tue Jan 07, 2003 7:25 am
Insert command into prompt |
I have a simple question:
How do I have a trigger put a command to the prompt without executing the command?
Pattern: "You are thirsty."
Action : "Drink"
Thanks |
|
|
|
Charbal GURU
Joined: 15 Jun 2001 Posts: 654 Location: USA
|
Posted: Tue Jan 07, 2003 7:54 am |
You are looking for the #INPUT command. For example, #INPUT "Drink" 1
The 1 in this case tells #INPUT to not only put the text in the command-line but to select it.
- Charbal |
|
|
|
|
|