I have 5 items placed on the ground(hidden) for each player(6). When a player's gold reaches 100 or more, one of the 5 items should become visible. When it reaches 200 or more gold, two of the items should be visible.. and so on ..
When a player's gold gets bellow 100, all items should become invisible. If for example: the player has 250 gold and then spends 100g remaining with 150g, then only 1 item should remain visible.
This is what I got so far ..
Please help if you can,
Thanks!
When a player's gold gets bellow 100, all items should become invisible. If for example: the player has 250 gold and then spends 100g remaining with 150g, then only 1 item should remain visible.
This is what I got so far ..
-
Untitled Trigger 012
-
Events
- Player - Player 1 (Red)'s Current gold becomes Greater than or equal to 0.00
- Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Player 1 (Red) Current gold) Greater than or equal to 100
-
Then - Actions
- Item - Show 'item'
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Player 1 (Red) Current gold) Less than 200
-
Then - Actions
- Item - Hide 'item'
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
Please help if you can,
Thanks!
Last edited: