• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Solved] Multiboard value position issue

Status
Not open for further replies.

deepstrasz

Map Reviewer
Level 69
Joined
Jun 4, 2009
Messages
18,847
  • Leaderboard Create
    • Events
      • Time - Elapsed game time is 1.00 seconds
    • Conditions
    • Actions
      • Multiboard - Create a multiboard with 3 columns and (PlayerActiveNumber + 4) rows, titled Score
      • Set Score = (Last created multiboard)
      • Multiboard - Show Score
      • -------- SCORE --------
      • Multiboard - Set the text for Score item in column 1, row 1 to Players:
      • Multiboard - Set the text for Score item in column 2, row 1 to Kills:
      • Multiboard - Set the text for Score item in column 3, row 1 to Deaths:
      • -------- TEAMS --------
      • Multiboard - Set the text for Score item in column 1, row (PlayerActiveNumber + 1) to N Team:
      • Multiboard - Set the text for Score item in column 1, row (PlayerActiveNumber + 2) to S Team:
      • -------- TIME --------
      • Multiboard - Set the text for Score item in column 2, row (PlayerActiveNumber + 3) to Time:
      • Multiboard - Set the text for Score item in column 3, row (PlayerActiveNumber + 3) to ((String((Elapsed time for LeaderboardTime))) + s)
      • -------- PLAYERS --------
      • Multiboard - Set the text for Score item in column 1, row 2 to (String(PlayerActiveNumber))
      • -------- ASPECT --------
      • -------- no icons --------
      • Multiboard - Set the display style for Score item in column 1, row 1 to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 1, row 2 to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 1, row 3 to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 2, row 1 to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 2, row 2 to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 2, row 3 to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 3, row 1 to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 3, row 2 to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 3, row 3 to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 1, row (PlayerActiveNumber + 1) to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 2, row (PlayerActiveNumber + 1) to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 3, row (PlayerActiveNumber + 1) to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 1, row (PlayerActiveNumber + 2) to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 2, row (PlayerActiveNumber + 2) to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 3, row (PlayerActiveNumber + 2) to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 1, row (PlayerActiveNumber + 3) to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 2, row (PlayerActiveNumber + 3) to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 3, row (PlayerActiveNumber + 3) to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 1, row (PlayerActiveNumber + 4) to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 2, row (PlayerActiveNumber + 4) to Show text and Hide icons
      • Multiboard - Set the display style for Score item in column 3, row (PlayerActiveNumber + 4) to Show text and Hide icons
      • -------- size --------
      • Multiboard - Set the width for Score item in column 1, row 1 to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 2, row 1 to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 3, row 1 to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 1, row 2 to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 1, row 3 to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 2, row 2 to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 2, row 3 to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 3, row 1 to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 3, row 3 to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 1, row (PlayerActiveNumber + 1) to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 2, row (PlayerActiveNumber + 1) to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 3, row (PlayerActiveNumber + 1) to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 1, row (PlayerActiveNumber + 2) to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 2, row (PlayerActiveNumber + 2) to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 3, row (PlayerActiveNumber + 2) to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 1, row (PlayerActiveNumber + 3) to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 2, row (PlayerActiveNumber + 3) to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 3, row (PlayerActiveNumber + 3) to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 1, row (PlayerActiveNumber + 4) to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 2, row (PlayerActiveNumber + 4) to 5.00% of the total screen width
      • Multiboard - Set the width for Score item in column 3, row (PlayerActiveNumber + 4) to 5.00% of the total screen width
      • -------- MINIMIZE-MAXIMIZE --------
      • Multiboard - Minimize Score
      • Multiboard - Maximize Score
  • Leaderboard Time
    • Events
      • Time - Every 1.00 seconds of game time
    • Conditions
    • Actions
      • -------- TIME --------
      • Multiboard - Set the text for Score item in column 3, row (PlayerActiveNumber + 3) to ((String((Elapsed time for LeaderboardTime))) + s)
      • Multiboard - Set the display style for Score item in column 3, row (PlayerActiveNumber + 4) to Hide text and Hide icons
  • Leaderboard Timer
    • Events
    • Conditions
    • Actions
      • Countdown Timer - Start LeaderboardTime as a One-shot timer that will expire in 1000000000.00 seconds
      • Set LeaderboardTime = (Last started timer)
The problem is that I also have a countdown timer. This timer is considered part of the Multiboard somehow/for some reason.
Look at the pictures I've attached. The first one is with the Timer and the second is what happens after the timer fades.

EDIT: Yeah.... never mind this thread. It was because of PlayerActiveNumber that was changing, so the position of the value was also changing. Can't delete the post...sorry.
 

Attachments

  • Mb1.jpg
    Mb1.jpg
    26.4 KB · Views: 61
  • Mb2.jpg
    Mb2.jpg
    21.1 KB · Views: 64
Last edited:
Status
Not open for further replies.
Top