9551

Untitled

May 10th, 2021 (edited)
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local write = function(term,Cpos1,Cpos2,text)
  2.     term.setCursorPos(Cpos1,Cpos2)
  3.     term.write(text)
  4. end
  5. return{write = write}
  6.  
  7.  
Add Comment
Please, Sign In to add comment