|
gmueller Apprentice
Joined: 06 Apr 2004 Posts: 173
|
Posted: Sat May 08, 2004 8:10 pm
Substitution |
I'm trying to make substitutions in the prompt H:2180 M:2180 but it seems to wait until the prompt is no longer the bottom line on the screen before it changes.
i.e. #TRIGGER {M:2180} {#SUB {M:100}} after a few seconds go by will display:
H:2180 M:100 <-on second line
H:2180 M:2180 <-on new prompt line
am I doing something wrong here? |
|
|
|
Vorax Apprentice
Joined: 29 Jun 2001 Posts: 198 Location: USA
|
Posted: Sat May 08, 2004 9:51 pm |
Make sure the trigger is set for prompt and not new line.
|
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Sat May 08, 2004 10:19 pm |
#TRIGGER {M:2180} {#SUB {M:100}} {prompt|nocr}
|
|
|
|
|
|