Unknown2005-06-20 19:32:39
How do I get the timestamp to go at the end of the line with the prompt, rather than the next line? I don't want to #SUB the whole line, because then I lose the color.
Thanks.
Thanks.
Soll2005-06-20 19:34:15
Go to the trigger options and turn off 'New-line' and turn 'Prompt' on.
Unknown2005-06-20 19:40:31
And try using #PSUB or just #SHOWPROMPT.
Soll2005-06-20 19:49:00
or #sayp
Unknown2005-06-20 20:04:41
QUOTE(Soll @ Jun 20 2005, 03:34 PM)
Go to the trigger options and turn off 'New-line' and turn 'Prompt' on.
142133
The trigger doesnt go off when I do that... This is my trigger:
#TRIGGER "Prompt" {^&%d{health}h, &%d{mana}m, &%d{ego}e, &%d{power}p, &%d{endurance}en, &%d{willpower}w &*-$} {#SA {%time( hh:mm:ss)}} "" {nocr|prompt}
But now it doesn't go off when the prompt comes up.... or afterwards.
#SAYP AND #SHOWP aren't what im looking for, its the trigger firing off thats the problem.
Thanks!
Unknown2005-06-20 20:10:08
Get rid of the $, for sure, and you might want to get rid of the &*- at the end, as it won't work if you have no balances at all (if it triggers on anything at all, that is).
#TRIGGER "Prompt" {^&%d{health}h, &%d{mana}m, &%d{ego}e, &%d{power}p, &%d{endurance}en, &%d{willpower}w} {#SAYPROMPT {%time( hh:mm:ss)}} "" {nocr|prompt}
#TRIGGER "Prompt" {^&%d{health}h, &%d{mana}m, &%d{ego}e, &%d{power}p, &%d{endurance}en, &%d{willpower}w} {#SAYPROMPT {%time( hh:mm:ss)}} "" {nocr|prompt}
Unknown2005-06-20 20:18:22
I dont get it. Its tracking my stats fine, but still won't show.
Sylphas2005-06-20 22:15:40
I just trig the prompt and #SA {%time(ss.zz)}. Works fine for me. *shrug*