Sebwazhere
Results
1
issues of
Sebwazhere
var animal = random(1, 3) if animal = 1 then print("You have Pikachu!") elif animal = 2 then print("You have Charmander!") else then print("You have Squirtle!") end I made the...