This is a function I came up with to determine the outcome of selecting Paper, Scissors or Rock. See below for more details. Function and Example: (Classic game)
Example()
Func Example()
Local $sComputer, $sOutcome = '', $sUser = ''
For $i = 0 To 2
For $j = 0 To 2
Switch _RockPaperScissor...