Advertisement
tima_gt

advPrint 3.4-alpha

Aug 19th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function tout(stra, print_print_string)
  2. term.setCursorPos(1 , stra)
  3. print(print_print_string)
  4. end
  5. function pcol(color, strA, print_print_col)
  6. term.setBackgroundColor(color)
  7. term.setCursorPos(1, strA)
  8. print(print_print_col)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement