Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(21,1)
- print("Games: ")
- term.setCursorPos(21,5)
- print("Slots")
- term.setCursorPos(21,7)
- print("Dice")
- term.setCursorPos(21,9)
- print("War")
- term.setCursorPos(1,12)
- print("Type the game you want: ")
- g = read()
- if g == "Slots" then
- shell.run("Slots")
- elseif g == ("slots") then
- shell.run("Slots")
- elseif g == "Dice" then
- shell.run("Dice")
- elseif g == "dice" then
- shell.run("Dice")
- elseif g == "War" then
- shell.run("War")
- elseif g == "war" then
- shell.run("War")
- else
- print("That game doesn't exist.")
- sleep(2.7)
- os.reboot()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement