 |
Dragonar Beginner
Joined: 14 Apr 2003 Posts: 16 Location: USA
|
Posted: Thu Jun 05, 2003 12:12 am
List Type Variable Clearing |
I have a @HerbBalance variable which gets filled up with the afflictions. After a fight I want to clear it of the left over afflictions.. Is there a command in Zmud or any other way I can do this ? Maybe on a trigger when i leave the arena or something?
Any help in this regard will be appreciated.
A moment to make my mark.. a lifetime to savor it. |
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Jun 05, 2003 1:55 am |
To empty the variable
#VAR HerbBalance {}
To delete the variable
#UNV HerbBalance
LightBulb
Advanced Member |
|
|
 |
|
|