One can locally show entire multiboards. It is fairly common for maps to have 1 multiboard per player.Is it possible to display an entire leaderboard to just one player? Like could I make two separate leaderboards for each team? Or does it have to be the same leaderboard that everyone uses and display specific values locally?
I already explained...But what's happening is it's showing for all players. Not sure how to make the multiboard local itself?
The GUI create is showing it for all players. You then show it for 1 player who it is already being shown to. What you want to do is create the multiboard, hide it for all players (standard hide action) and then use GetLocalPlayer to show it locally for red.Common problem people have is not noticing that GUI create actions automatically call show. Hence if one wants to create the multiboard with GUI one must first create all multiboard objects, then hide the last created multiboard, and then use GetLocalPlayer to show the multiboards to their appropriate players.
JASS was likely based on the language basic. Seeing how it is one of the big old parent languages it likely has similarities to other languages. That said if you are a computer scientist most reasonably designed programming languages are pretty much the same.btw if anyone reads this, Jass is so identical to Lua for me. Is there some sort of similarity between the both?