 |
Xanthrailles Newbie
Joined: 25 Aug 2002 Posts: 2 Location: USA
|
Posted: Sun Aug 25, 2002 7:49 pm
I'm new so bare with me. Status bar question. |
I am trying to set up my status bar to show mutiple things i.e. who I am targeting and the attack I am using. The problem I am having is that is only shows one or the other. Here are the lines I'm using.
#var attack "%-1"
#echo Attack is "%-1"
#status {attack: @attack}
#var target %1;#echo Victim is set to @target.; #status {target: @target}
thanks in advance for any help. |
|
|
 |
TonDiening GURU

Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Sun Aug 25, 2002 7:56 pm |
You over write your status bar. Use
#status {attack: @attack target: @target}
Then change your variables in your triggers/aliases.
Ton Diening |
|
|
 |
Xanthrailles Newbie
Joined: 25 Aug 2002 Posts: 2 Location: USA
|
Posted: Sun Aug 25, 2002 8:50 pm |
thanks
|
|
|
 |
|
|