Warcraft III resources & community, 2003–2006 · archived

Hey guys

6 posts
#1

Hey guys

hey, does anyone know how to make a multi board with these instructions. First email me and ill send pic of what it looks like. I really need this My email is [email protected] thx a bunch.
#2
Do you need it for continues? If so I can give you a finnished one in a map for you to freely use :)
#3
i re'd ur email Pro Mazer...
#4

Ya

well its kinda for continues. Each time a guy dies. It counts how many times and adds up on the board its simple but i think its complicated trigger.
#6
Well if all its keeping track of is deaths then you could use a leaderboard, but if you really want a multiboard you simply make a variable like "NumberOfDeaths" and then you set up the multiboard.

And have it update the displayed value of "NumberOfDeaths" everytime someone dies, simply use Set Variable: "NumberOfDeaths = NumberOfDeaths + 1" Then "Multiboard - Set Item Text" and set it for the appropriate column and row and use the variable "NumberOfDeaths" and it will desplay the new value.

Sorry if its abit confusing, if you don't get it I suggest downloading a map that already has one and the maker is willing to share his code and looking at how the maker did it.