|
aedron Beginner
Joined: 29 Nov 2008 Posts: 20
|
Posted: Sat Nov 29, 2008 7:19 am
Repeating variables... |
I have an alias to reset some variables on my zmud system. However it's creating the same variables over and over...here is my value for the alias:
alias: 'res'
value: #sa {System reset!}
#var balelixir 0 _nodef Healing
#var sparkle 0 _nodef Healing
#var healingbal 0 _nodef Healing
#untrigger HealthAlarm
#untrigger SparkleAlarm
#untrigger HealScrollAlarm
Everytime I check the Healing class, there's more than one of the balelixir, sparkle, and healingbal variables.
Am I doing something wrong?? |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Sat Nov 29, 2008 9:08 am |
Try just doing #var balelixir 0 instead of specifying the class. If that doesn't work, make sure that the alias can see the class containing those variables (that it's enabled and so on) when it's run.
|
|
|
|
|
|