HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Simple trigger help

05-25-2004, 04:23 AM#1
ShadoW PhoeniX
i new to trigger and was wonder how to make a leader board with

Life | Mana | Kills | Gold | Hero Level

and with a board for the Castle your defenind

Castle Max Life | Current Life | Round

:\
05-25-2004, 04:32 AM#2
orcmasta
You need a multiboard for that.
05-25-2004, 04:35 AM#3
ShadoW PhoeniX
um whats that?
05-27-2004, 07:26 PM#4
Aerandir
Create leaderboard titled whatever.
Add Player 1 to (last created leaderboard) with label Life and value Life (integer variable)
Add Player 1 to (last created leaderboard) with label Mana and value Mana (integer variable)
Add Player 1 to (last created leaderboard) with label Kills and value Kills(integer variable)
Add Player 1 to (last created leaderboard) with label Gold and value Gold (integer variable)
Add Player 1 to (last created leaderboard) with label Level and value Level(integer variable)

Make other triggers that define these variables. For example, for kills.
Event - Unit dies.
Actions - Set (Kills) = (Kills)+1

the (Kills) is an integer variable, the same one used in leaderboard.