Guest User

Untitled

a guest
Feb 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. If (Rounds = 0) Then
  2.         If (Val(lblTotalRoll1.Caption) > Val(lblTotalRoll2.Caption)) Then
  3.             MsgBox Player1 + " has won!", 16, Player1 + " Wins!"
  4.             cmdRoll.Enabled = False
  5.         Else
  6.             MsgBox Player2 + " has won!", 16, Player2 + " Wins!"
  7.             cmdRoll.Enabled = False
  8.         End If
  9.     End If
Add Comment
Please, Sign In to add comment