• 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.

How to make a hero screen

Status
Not open for further replies.
Level 10
Joined
Nov 5, 2008
Messages
536
I wonder how I do to make a "hero screen"

The screen shall be under the resources and show each player what level their hero and opponents heroes has. (Each player only has 1 hero)

It shall also contain a countdown timer:

"A new Orb will arrive in: 60..59..58.. seconds" (And so on)



How do you give this screen a handsome look?
 
Level 8
Joined
Aug 21, 2009
Messages
333
they really aren't that bad to make.

just remember that you can use 0 as a parameter for the row or column to make that change apply to all rows or columns (or if you use 0 for both it will apply to the whole board)

ie. Multiboard - Set the display style for (last created multiboard) item in column 0, row 0 to Show text and Hide icons
will make set the entire multiboard to not show icons. then you could use the command: Multiboard - Set the display style for (last created multiboard) item in column 1, row 0 to Show text and Show icons
so that you can put in the hero icons to go next to the player name :D

Make sense?
 
Status
Not open for further replies.
Top