- Joined
- Dec 29, 2008
- Messages
- 3,361
-
Random Resource Button
-
Events
-
Dialog - A dialog button is clicked for ResourceChooseDialog
-
-
Conditions
-
(Clicked dialog button) Equal to ResourceChooseButtons[4]
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random integer number between 1 and 3) Equal to 1
-
-
Then - Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Player - Set (Picked player) Current gold to 10000
-
Player - Set (Picked player) Current lumber to 5000
-
-
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random integer number between 1 and 3) Equal to 2
-
-
Then - Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Player - Set (Picked player) Current gold to 5000
-
Player - Set (Picked player) Current lumber to 2000
-
-
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random integer number between 1 and 3) Equal to 3
-
-
Then - Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
Player - Set (Picked player) Current gold to 2100
-
Player - Set (Picked player) Current lumber to 1100
-
-
-
-
Else - Actions
-
-
-
-
-
-
-
sometimes, I got 0 resources (only some rare occasions)
wat is the problem :C
and what should I do?