Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Trimmed down to relevant area
- strQtyNorth = "Quantity: " .. intQtyNorth
- gpu.setBackground(0x00B600)
- gpu.set(0, i*2-1, " ")
- gpu.setForeground(0x00B600)
- gpu.set(70, i*2-1, strQtyNorth)
- gpu.setBackground(0x000000)
- gpu.setForeground(0xFFFFFF)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement