| Basically, I've set up a dialoge difficulty selection for my map. Here are the two triggers that decide its name:
1.
2. Trigger: Create Multiboard
 Events
 Conditions
 Actions
  Multiboard - Create a multiboard with 5 columns and 12 rows, titled (Difficulty + Time)
  Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to Player
  Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to Dead?
  Multiboard - Set the text for (Last created multiboard) item in column 3, row 1 to Kills
  Multiboard - Set the text for (Last created multiboard) item in column 4, row 1 to Deaths
  Multiboard - Set the text for (Last created multiboard) item in column 5, row 1 to Saves
  For each (Integer A) from 1 to 12, do (Actions)
   Loop - Actions
    Multiboard - Set the width for (Last created multiboard) item in column 1, row (Integer A) to 9.80% of the total screen width
    Multiboard - Set the width for (Last created multiboard) item in column 2, row (Integer A) to 4.20% of the total screen width
    Multiboard - Set the width for (Last created multiboard) item in column 3, row (Integer A) to 4.00% of the total screen width
    Multiboard - Set the width for (Last created multiboard) item in column 4, row (Integer A) to 4.60% of the total screen width
    Multiboard - Set the width for (Last created multiboard) item in column 5, row (Integer A) to 4.60% of the total screen width
    Multiboard - Set the color for (Last created multiboard) item in column 2, row (Integer A) to (86.20%, 86.20%, 0.00%) with 0.00% transparency
    Multiboard - Set the color for (Last created multiboard) item in column 3, row (Integer A) to (100.00%, 0.00%, 0.00%) with 0.00% transparency
    Multiboard - Set the color for (Last created multiboard) item in column 4, row (Integer A) to (0.00%, 5.00%, 100.00%) with 0.00% transparency
    Multiboard - Set the color for (Last created multiboard) item in column 5, row (Integer A) to (0.00%, 100.00%, 5.00%) with 0.00% transparency
  For each (Integer A) from 1 to 10, do (Actions)
   Loop - Actions
    Multiboard - Set the text for (Last created multiboard) item in column 1, row ((Integer A) + 1) to (Player_Colors[(Integer A)] + ((Name of (Player((Integer A)))) + |r))
    Multiboard - Set the text for (Last created multiboard) item in column 2, row ((Integer A) + 1) to NO
    Multiboard - Set the text for (Last created multiboard) item in column 3, row ((Integer A) + 1) to 0
    Multiboard - Set the text for (Last created multiboard) item in column 4, row ((Integer A) + 1) to 0
    Multiboard - Set the text for (Last created multiboard) item in column 5, row ((Integer A) + 1) to 0
  For each (Integer A) from 1 to 5, do (Actions)
   Loop - Actions
    For each (Integer B) from 1 to 12, 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 - Set the text for (Last created multiboard) item in column 1, row 12 to Time Remaining
  Multiboard - Set the color for (Last created multiboard) item in column 3, row 12 to (100.00%, 100.00%, 100.00%) with 0.00% transparency
  Multiboard - Show (Last created multiboard)
  Multiboard - Minimize (Last created multiboard)
  Custom script: call DestroyTrigger( GetTriggeringTrigger() )
  Set Leaderboard = (Last created multiboard) |