After adding experimenting with some multi-board triggers trying to figure out exactly how they work, and making the trigger listed below, everytime I load the map it gives me a fatal error and closes WC3. If someone could instruct me in what I'm doing, presumably in this trigger since I hadn't really changed anything else since my last test, that would be wonderful. Thanks!
Multiboard
Events
Time - Elapsed game time is 0.10 seconds
Conditions
Actions
Multiboard - Create a multiboard with 3 columns and 6 rows, titled Score and Hero Trac...
Multiboard - Show (Last created multiboard)
Multiboard - Maximize (Last created multiboard)
For each (Integer B) from 1 to 6, do (Actions)
Loop - Actions
Multiboard - Set the text for (Last created multiboard) item in column 1, row (Integer B) to (Name of (Player((Integer A))))
Multiboard - Set the width for (Last created multiboard) item in column 1, row (Integer B) to 3.00% of the total screen width
Multiboard - Set the width for (Last created multiboard) item in column 2, row (Integer B) to 1.00% of the total screen width
Multiboard - Set the width for (Last created multiboard) item in column 3, row (Integer B) to 1.00% of the total screen width
For each (Integer A) from 1 to 3, do (Actions)
Loop - Actions
Multiboard - Set the display style for (Last created multiboard) item in column (Integer A), row (Integer B) to Show text and Hide icons
Multiboard
Events
Time - Elapsed game time is 0.10 seconds
Conditions
Actions
Multiboard - Create a multiboard with 3 columns and 6 rows, titled Score and Hero Trac...
Multiboard - Show (Last created multiboard)
Multiboard - Maximize (Last created multiboard)
For each (Integer B) from 1 to 6, do (Actions)
Loop - Actions
Multiboard - Set the text for (Last created multiboard) item in column 1, row (Integer B) to (Name of (Player((Integer A))))
Multiboard - Set the width for (Last created multiboard) item in column 1, row (Integer B) to 3.00% of the total screen width
Multiboard - Set the width for (Last created multiboard) item in column 2, row (Integer B) to 1.00% of the total screen width
Multiboard - Set the width for (Last created multiboard) item in column 3, row (Integer B) to 1.00% of the total screen width
For each (Integer A) from 1 to 3, do (Actions)
Loop - Actions
Multiboard - Set the display style for (Last created multiboard) item in column (Integer A), row (Integer B) to Show text and Hide icons