• 🏆 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!

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