Facebook
From eqwrwqr, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 814
  1. options:
  2.         tag: &7&l[HTP]&f&7
  3.         #Komenda
  4.         komenda: htp
  5.  
  6.         #TP
  7.         x1: 229
  8.         y1: 6
  9.         z1: -163
  10.    
  11. variables:
  12. #Zmienne
  13.        
  14.         {teleport.1} = true
  15.        
  16. #Kod teleportowania 1
  17. on walking on obsidian:
  18.         if block underneath event-block is glass:
  19.                 if {teleport.1} is true:
  20.                         teleport player to location ({@x1}, {@y1}, {@z1})
  21.                         send "{@tag} Zostales przeteleportowany!"
  22.