Update 'tptest.sk'
parent
9db655f1e2
commit
8ac1e62ea3
|
@ -1,5 +1,5 @@
|
||||||
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 - 5 parsed as integer
|
set y of {_loc} to y of {_loc} - 5 parsed as integer
|
||||||
teleport the player to {_loc}
|
teleport the player to {_loc}
|
Loading…
Reference in New Issue