I would like the colour that comes up on the prompt to be the direct colour shown in the infobar. I looked using the google search and found no other threads that were just for such.
This is what I have so far, I want the background to stay black...but the font colour to be as it shows on the normal prompt.
<triggers>
<trigger
match="*h, *m, *e, *p *-"
omit_from_output="y"
send_to="12"
sequence="100"
>
<send>world.infoClear
world.InfoFont "FixedSys", 12, 0
world.infocolour "green"
world.infobackfont "black"
world.info "%1h, %2m, %3e, %4p, %5-"</send>
</trigger>
</triggers>
Thanks for the help
This is what I have so far, I want the background to stay black...but the font colour to be as it shows on the normal prompt.
<triggers>
<trigger
match="*h, *m, *e, *p *-"
omit_from_output="y"
send_to="12"
sequence="100"
>
<send>world.infoClear
world.InfoFont "FixedSys", 12, 0
world.infocolour "green"
world.infobackfont "black"
world.info "%1h, %2m, %3e, %4p, %5-"</send>
</trigger>
</triggers>
Thanks for the help