Advertisement
Guest User

map

a guest
Oct 21st, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. g = peripheral.wrap("top")
  2. Evt,msg,player = os.pullEvent("chat_command")
  3. if msg == "map" then
  4. map = g.addBox(5,5,130,130,0x000000,0.3)
  5. me = g.addBox(65,65,10,10,0xFFFFFF,1)
  6. player = g.addBox(65,6,10,10,0x123456,1)
  7. end
  8.  
  9. -- We Need to figure out how to integrate this
  10. -- into the ping program.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement