- Joined
- Jul 31, 2012
- Messages
- 2,217
I am making a multiboard for each player in my map,
I am using this kind of trigger:
Now the problem is; the multiboard does not show
and i have mo idea why (i think i made what has to be done but i don't know why it doesn't work
I am using this kind of trigger:
-
trigger
-
Events -
-
elapsed game time = 0.00s
-
Conditions -
-
Actions -
-
Loop - for each integer (x) from 1 to 12 do actions
-
Multiboard - create a multiboard with 7 rows and 7 columns titled title
-
Set multiboard [x] = last created multiboard
-
Multiboard - Hide last created multiboard
-
If local player == player (udg_x-1)
-
Multiboard - Show multiboard [x]
-
Custom script - endif
-
Now the problem is; the multiboard does not show