lblStatus.Caption = IIf(InStr(sMes, "been") <> 0, "You could have won " & Format(bCase(bIndex).Tag, "#,##0"), "You won " & Format(bCase(bIndex).Tag, "#,##0"))
If InStr(sMes, "been") = 0 Then
CurScore = Val(bCase(bIndex).Tag)
SaveHighScores
End If
ongame = False
ani = False
End Select
Counter = Counter - 1
If Not Stun And cc <> 24 And Counter <> 0 Then lblStatus.Caption = "Select " & IIf(cc = 23, "Final", Counter) & " " & IIf(Counter = 1, "Briefcase", "Briefcases")
End If
1:
cc = cc + 1
End Sub
Private Sub Dealt()
'Case 24
Dim i As Integer
ani = True
lblStatus.Caption = "We will now open your own briefcase"
lblStatus.Caption = IIf(InStr(sMes, "been") <> 0, "You could have won " & Format(bCase(bIndex).Tag, "#,##0"), "You won " & Format(bCase(bIndex).Tag, "#,##0"))