Status Variables
MatCauthon137
01 Apr 2009, 03:47Ok, I don't know if this is possible but here we go. I need to have a status variable displayed. Such as Chores. You have completed x amount of chores. The hard part, the part I cannot seem to figure out, is once all the 'chores' are completed, I want the status variable to go away and no longer be displayed. Maybe I am just over complicating things? Everything I have tried though does not seem to work.
Elexxorine
01 Apr 2009, 17:48One way to do it is have two variables, one which has the property to not display when zero, and it's display shows the second variables which is that number of chores done. In the chores variable, have the on change script check if you've done them all and set the first variable to zero.
That help? I can't remember all the menus and such in QDK, if you need more help, just ask.
That help? I can't remember all the menus and such in QDK, if you need more help, just ask.
Redsun
05 Apr 2009, 05:48What Elexx says pretty much says what you need to do.
There is a pre-built option so that once zero the var will nolonger show.
There is a pre-built option so that once zero the var will nolonger show.