- Joined
- Jan 5, 2008
- Messages
- 145
Shouldnt This Work? Cause Its Not Hiding The Timer Window When Your Income Is 0
-
Timer Window Show
-
Events
-
Time - IncomeTimer expires
-
-
Conditions
-
Actions
-
For each (Integer A) from 1 to 12, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
TotalIncome[(Integer A)] Equal to 0
-
-
Then - Actions
-
Countdown Timer - Hide IncomeTimerWindow for (Player((Integer A)))
-
-
Else - Actions
-
Countdown Timer - Show IncomeTimerWindow for (Player((Integer A)))
-
-
-
-
-
-