Advertisement
pickar

123

Jan 27th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. warp = peripheral.wrap("bottom")
  2.  
  3. warp.dim_setp(3, 3, 5)
  4. warp.dim_setn(7, 3, 1)
  5.  
  6. warp.set_direction(0)
  7. warp.set_distance(-20000)
  8.  
  9. warp.set_mode(2)
  10. warp.do_jump()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement