- Joined
- Aug 11, 2009
- Messages
- 605
So I am trying to make a multiboard for each player. I have created 8 different multiboards and then i hide them. After that I use this loop but it doesnt show any multiboard at all. If you want I can post the whole trigger but I dont think there is anything wrong with the creation of the multiboards as they showed up before i tried to add this. I have never used GetLocalPlayer before so I am not familiar with how it works.
-
For each (Integer LoopInt) from 1 to 8, do (Actions)
-
Loop - Actions
-
Custom script: set udg_LocalPlayer = GetLocalPlayer()
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
LocalPlayer Equal to (Player(LoopInt))
-
-
Then - Actions
-
Multiboard - Show MB_Player[LoopInt]
-
-
Else - Actions
-
-
-
Last edited: