Post subject: How do I display the "Match" number on the DMD?
Posted: Thu May 03, 2018 12:22 am
Joined: Thu Jan 26, 2017 6:48 pm Posts: 58 Location: Australia
The following part of the script generates a match number at the end of the game. After it's done, how do I display what number was generated on the DMD?
Code:
MatchNumber = 10 *(Int(Rnd *10)) MatchPlay = 0
For x = 1 To PlayersPlayingGame If MatchNumber = nvScore(x) Mod 100 Then Replays = Replays + 1
It is currently Sat Feb 23, 2019 4:54 pm All times are UTC - 5 hours [ DST ]
Who is online
Users browsing this forum: Gimli, Google Adsense [Bot] and 5 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum