• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Multiboard info

Status
Not open for further replies.
Level 13
Joined
Mar 24, 2013
Messages
1,105
Are you just wanting to keep a running total of how much damage each player has done?

If so, all you need to do is have an arrayed real variable and each time player one's units deal damage you would increase the value of the variable[1]. Then on your multiboard you would display this value.

I would also recommend either of these DDSs

GUI Damage Engine v3.6.0.1

Physical Damage Detection for GUI v1.3.0.0
 
Level 5
Joined
Jul 17, 2010
Messages
140
Are you just wanting to keep a running total of how much damage each player has done?

If so, all you need to do is have an arrayed real variable and each time player one's units deal damage you would increase the value of the variable[1]. Then on your multiboard you would display this value.

I would also recommend either of these DDSs

GUI Damage Engine v3.6.0.1

Physical Damage Detection for GUI v1.3.0.0

Can you set up an example?

If you have the time ofc.

But arent Weeps better since its in jass and require less import?
 
Status
Not open for further replies.
Top