|
kibln8 Beginner
Joined: 05 Sep 2005 Posts: 11
|
Posted: Thu Oct 18, 2007 3:05 am
gagging prompt and moving it to the status bar |
I'm having trouble gagging my prompt and moving it to the status bar. I want to gag just the prompt (I don't want to gag stuff that might appear after the prompt sometimes - thats happening sometimes). Also, I can't figure out how to gag the bottom most prompt it only gags it after i enter.. how would i make it so that it gags the prompt every single time and puts it in the status bar.
let's just say my prompt is:
500hp 500mana
thanks in advance |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4715 Location: Pensacola, FL, USA
|
Posted: Thu Oct 18, 2007 3:50 am |
uncheck trigger on newline
check trigger on prompt |
|
_________________ Discord: Shalimarwildcat |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Thu Oct 18, 2007 4:42 am |
As far as the stuff that comes after the prompt, it will be gagged too because it's on the same line. instead, you could just use #sub {} instead of #gag. That way, you'll see anything after the prompt. I am going to assume you already have your status bar customized, or that you know how to. So, with that said, set your trigger up like this:
Code: |
#trigger {^(%d)hp (%d)mana} {#sub {};hp=%1;mana=%2} |
and set up your status bar. |
|
|
|
|
|