Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hx=0 --Home X
- hy=0 --Home Y
- hz=0 --Home Z
- x=0 --Current Pos X
- y=0 --Current Pos Y
- z=0 --Current Pos Z
- d=0 --Direction, N=1,E=2,S=3,W=4
- c=0 --Cobble
- g=0 --Glass
- gs=0 --Glowstone
- function getPos()
- print("Hello!")
- print("What is my location?")
- print("X: "..read())
- x = read()
- print("Y: "..read())
- y = read()
- print("Z: "..read())
- z = read()
- print("Direction?")
- print("North=1, East=2, South=3, West=4")
- d=read()
- end
- function goHome()
- end
- function materials()
- end
- function floor()
- end
- function sides()
- end
- function roof()
- end
Advertisement
Add Comment
Please, Sign In to add comment