Advertisement
Guest User

Untitled

a guest
Jul 9th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. --Trimmed down to relevant area
  2. strQtyNorth = "Quantity: " .. intQtyNorth
  3. gpu.setBackground(0x00B600)
  4. gpu.set(0, i*2-1, "  ")
  5. gpu.setForeground(0x00B600)
  6. gpu.set(70, i*2-1, strQtyNorth)
  7.  
  8. gpu.setBackground(0x000000)
  9. gpu.setForeground(0xFFFFFF)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement