Advertisement
Guest User

jentest

a guest
Feb 23rd, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. term = require("term")
  2. shell = require("shell")
  3. jenisis = require("jenisis")
  4.  
  5. static = {
  6.   "This is",
  7.   "A key",
  8.   "On the board"
  9. }
  10.  
  11. menu = {
  12.   "That was",
  13.   "Incorrect cuz",
  14.   "Its static"
  15. }
  16.  
  17. cselected = jenisis.drawScreen(static, menu)
  18.  
  19. print(menu[cselected])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement