• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Hey guys

Status
Not open for further replies.
Level 4
Joined
Feb 11, 2006
Messages
44
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.
 
Level 4
Joined
Aug 6, 2005
Messages
64
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.
 
Status
Not open for further replies.
Top