|
jotun2011 Beginner
Joined: 06 Apr 2012 Posts: 19
|
Posted: Fri Apr 06, 2012 2:13 pm
Requesting aid with setup of triggers and windows etc |
Hello,
Here is my little issue...
I am in a wheel of time mud where there is using weapons forms (blademaster etc) and I want to keep track
of how often a said forms pops. I know how to make the trigger for the form and use of variable etc.
However...I want to send the result of this into a window that keeps updating same as if I were to send to
#st Death:@death and it would give me the updated number of the variable @death.
But I want this in a little window and I want it to keep updating, something #stw does not do for some reason.
when sending #STW Death:@death it will show the current number attached to the variable death.
I would appriciate any help on this matter. |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4690 Location: Pensacola, FL, USA
|
Posted: Fri Apr 06, 2012 2:25 pm |
try editing your status object via the settings editor, from the command line it is likely evaluating your variable instead of referencing it
|
|
_________________ Discord: Shalimarwildcat |
|
|
|
Rahab Wizard
Joined: 22 Mar 2007 Posts: 2320
|
Posted: Fri Apr 06, 2012 8:32 pm |
Or keep it from evaluating the variable by the proper use of curly braces:
Code: |
#STW {Death:@death} |
Those curly braces are important. |
|
|
|
|
|