Rock Paper Scissors

Completed, was a simple error.. thanks for trying to help me people!!
Last edited on
Line 93.

if (compchoice=playerchoice)

Should be == not =. (== is for comparison as you seem to know in rest of the program).
On line 93 you have use = instead of ==.
Topic archived. No new replies allowed.