Advertisement
Metalhead33

OpenComputer Menusys Test

Nov 7th, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local menusys = require("menusys")
  2. local choices = { "1", "2", "3" }
  3. while true do
  4.     local x = menusys.displayMenu(choices,"Intro","Outro",1)
  5.     if x == 0 then
  6.         break
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement