Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local MCharacterName = "n"
- local Stage = 0
- local function CenterText(y,text)
- local x = math.floor((w - string.len(text)) /2)
- term.setCursorPos(x,y)
- term.clearLine()
- term.write(text)
- end
- local function Clear()
- term.clear()
- term.setCursorPos(1,1)
- end
- function LoadFile()
- end
- function Menu()
- Clear()
- CenterText(1,"-==Menu==-")
- end
- LoadFile()
- Menu()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement