I have problem every start of game starts weather Fog... I will it to working like roll in Dota (every roll in start of dota is other)
-
Random Weather
-
Events
-
Map initialization
-
-
Conditions
-
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
-
Tigger - Run None <gen> (checking conditions)
-
-
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
-
Tigger - Run Storm <gen> (checking conditions)
-
-
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
-
Tigger - Run Fog <gen> (checking conditions)
-
-
Else - Actions
-
Tigger - Run Rain <gen> (checking conditions)
-
-
-
-
-
-
-
-