Advertisement
szumielxd

Bar_RPG

Jan 6th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. options:
  2. INx: -18.2
  3. INy: 0
  4. INz: -42
  5.  
  6.  
  7.  
  8. on enter region "bar_wejscie":
  9. wait 5 ticks
  10. "%region at player%" contains "bar_wejscie":
  11. set {_x} to x-coordinates of player's location
  12. set {_y} to y-coordinates of player's location
  13. set {_z} to z-coordinates of player's location
  14. teleport player to location({_x}+{@INx}, {_y}+{@INy}, {_z}+{@INz}, player's world)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement