Variable value

Status
Not open for further replies.
Level 4
Joined
Feb 23, 2006
Messages
63
I have 2 variables AAA and BBB. Each variable is an ability variable.
the problem is:
the value of AAA is still changing
and i want to set the variable BBB to value of AAA in some moment and then the value of BBB dont change anymore
 
If AAA is being changed frequently and you set BBB to AAA, the BBB will be whatever AAA was at the time it was set, it won't change with AAA.

Not sure what you're saying but I think that will help.... maybe :P.

-*meow*
 
Last edited:
Well if I understand you correctly just turn of the trigger that sets AAA to whatever value just before you set BBB to AAA, or if your thinking of the other thing i think you might mean then just have the fucntion to set BBB to AAA just after AAA is set to a value.
 
Status
Not open for further replies.
Back
Top