Update 'tptest.sk'
parent
bd19f664cf
commit
9b51108902
|
@ -1,6 +1,8 @@
|
||||||
command /tpdown:
|
command /tpdown:
|
||||||
trigger:
|
trigger:
|
||||||
set {_loc} to location of the player
|
set {_loc} to location of the player
|
||||||
set y of {_loc} to y of {_loc} - 5
|
set {_y} to y of {_loc}
|
||||||
|
set {_y} to {_y}-5
|
||||||
|
set y of {_loc} to {_y}
|
||||||
teleport the player to {_loc}
|
teleport the player to {_loc}
|
||||||
send {_loc} to player
|
send {_loc} to player
|
Loading…
Reference in New Issue