 |
Chigins Newbie
Joined: 27 Feb 2002 Posts: 7
|
Posted: Wed Feb 27, 2002 9:12 am
Variables not Resetting? |
Ok I am pretty new to Zmud. That being said.
I am extracting information off the console using a trigger
Population: (%d) which fills the Variable @Population. Then I am displaying the value of @Population on a seperate screen with;
#sh @Population;#cap Duchie_Text;#gag
and this all works great till I try to do it more than once. The value doesn't reset? Please help.
Chigins |
|
|
 |
Vijilante SubAdmin

Joined: 18 Nov 2001 Posts: 5187
|
Posted: Wed Feb 27, 2002 12:50 pm |
First off your commands
#sh @Population;#cap Duchie_Text;#gag
would be done better as
#window Duchie_Text @Population
As to why the variable is not being updated, you would have to post how your doing that. |
|
|
 |
Chigins Newbie
Joined: 27 Feb 2002 Posts: 7
|
Posted: Wed Feb 27, 2002 1:12 pm |
Thank you for the change in Command. It seems to have fixed the problem :)
Chigins |
|
|
 |
|
|