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