- Joined
- Jun 27, 2010
- Messages
- 2,763
I have tested this trigger in various ways, but when it's ordered to run, it does not show teh multiboards to the players.
it's supposed to show mulboard[1] to players 1-5 and multiboard[2] to players 6-10
in teh ytrigger that creates the multiboards , at the end i hide all multiboards, because they are no t ready to be shown.
Any ideas?
it's supposed to show mulboard[1] to players 1-5 and multiboard[2] to players 6-10
in teh ytrigger that creates the multiboards , at the end i hide all multiboards, because they are no t ready to be shown.
Any ideas?
-
R Show Muttiboard
-
Events
-
Conditions
-
Actions
-
Set TempLoop = (TempLoop + 1)
-
Set TempPlayer = (Player(TempLoop))
-
Custom script: if GetLocalPlayer() == udg_TempPlayer then
-
Multiboard - Show Multiboard_Everyhting[PlayersTeam[TempLoop]]
-
Multiboard - Maximize Multiboard_Everyhting[PlayersTeam[TempLoop]]
-
Custom script: endif
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
TempLoop Not equal to 10
-
-
Then - Actions
-
Trigger - Run (This trigger) (ignoring conditions)
-
-
Else - Actions
-
Set TempLoop = 0
-
-
-
-