Multiboard Question

ZZY

New Member
Reaction score
1
I want it to show my countdown timer in min but it shows it in seconds. How can i fix this?
 

ZZY

New Member
Reaction score
1
ok it still came out as a full number, it didnt divide into minuates and seconds Ex

GameT= 180 sec

In the timer window (seprate from multibox) it shows 1:40

Set colmn 3 row 6 to show GameT/60

it comes out as 100??
and it has a decimal like 100.00

Would something like this help?

Trigger:
  • Tally Clock
    • Events
      • Time - Every 1.00 seconds of game time
    • Conditions
    • Actions
      • Set Game_Minutes = ((Integer((Elapsed time for Game_Time))) / 60)
      • Set Game_Seconds = ((Integer((Elapsed time for Game_Time))) mod 60)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • Game_Seconds Greater than or equal to 10
        • Then - Actions
          • Multiboard - Set the text for (Last created multiboard) item in column 3, row Multiboard_Clock to ((String(Game_Minutes)) + <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> + (String(Game_Seconds))))
        • Else - Actions
          • Multiboard - Set the text for (Last created multiboard) item in column 3, row Multiboard_Clock to ((String(Game_Minutes)) + <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" />0 + (String(Game_Seconds))))
 
General chit-chat
Help Users

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top