hey, it's me again 
I want that when game time elapsed is 2700 seconds if player x is in game, is a user and has got a specific unit then add 20 gold to the player, else set gold of player x to 3000.
there are 2 team in my map and basically i want that if the player is in force 1 it adds gold ressource to 20 otherwhise if he's in team 2 it adds his gold ressources to 3000.
here the starting up trigger i did, that's not much but i hope somebody has a solution
I want that when game time elapsed is 2700 seconds if player x is in game, is a user and has got a specific unit then add 20 gold to the player, else set gold of player x to 3000.
there are 2 team in my map and basically i want that if the player is in force 1 it adds gold ressource to 20 otherwhise if he's in team 2 it adds his gold ressources to 3000.
here the starting up trigger i did, that's not much but i hope somebody has a solution
-
Gold bonus 45 min
-
Event
-
Temps - Elapsed game time is 2700.00 seconds
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Si - Conditions
-
(Joueur 1 (Rouge) controller) Egal Ã* Utilisateur
-
(Joueur 1 (Rouge) slot status) Egal Ã* Joue
-
-
Alors - Actions
-
Joueur - Add 20 to Joueur 1 (Rouge) Or actuel
-
-
Sinon - Actions
-
Joueur - Add 3000 to Joueur 1 (Rouge) Or actuel
-
-
-
-
Last edited: