- Joined
- Dec 9, 2014
- Messages
- 92
Hi, I have referred to older threads to figure out how to show a multiboard to only one player (in gui customscript). It works when I hide one multiboard and then show it to a specific player or player(s). However when I create a second multiboard and hide it and then show it to different specific player or player(s), it hides the other multiboard instead.
I'm not sure how to paste my trigger here, but I am using
Multiboard - Hide (Multiboard Variable 1)
if GetLocalPlayer() == Player(0) then
Multiboard - Show (Multiboard Variable 1)
endif
Multiboard - Hide (Multiboard Variable 2)
if GetLocalPlayer() == Player(3) then
Multiboard - Show (Multiboard Variable 2)
endif
Any clue what I am doing wrong? I am positive I created/set the variables correctly.
I'm not sure how to paste my trigger here, but I am using
Multiboard - Hide (Multiboard Variable 1)
if GetLocalPlayer() == Player(0) then
Multiboard - Show (Multiboard Variable 1)
endif
Multiboard - Hide (Multiboard Variable 2)
if GetLocalPlayer() == Player(3) then
Multiboard - Show (Multiboard Variable 2)
endif
Any clue what I am doing wrong? I am positive I created/set the variables correctly.