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

Multi-board help

Status
Not open for further replies.
Level 2
Joined
Dec 15, 2004
Messages
10
I tried making a multi-board and after using the following trigger, there is no board in game when I test it... If someone could tell me what I'm doing wrong that'd be great. Thanks!

Multiboard
Events
Map initialization
Conditions
Actions
Multiboard - Create a multiboard with 3 columns and 6 rows, titled Unit and hero kills
Multiboard - Show (Last created multiboard)
Multiboard - Maximize (Last created multiboard)
Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Test
For each (Integer A) from 1 to 6, do (Actions)
Loop - Actions
Multiboard - Set the text for (Last created multiboard) item in column (Integer A), row 1 to (String((Integer A)))
 
Status
Not open for further replies.
Top