Update 'tptest.sk'

main
Anorak_1 2022-09-05 16:24:21 +00:00
parent c25f7de07c
commit 9db655f1e2
1 changed files with 1 additions and 1 deletions

View File

@ -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 number set y of {_loc} to y - 5 parsed as integer
teleport the player to {_loc} teleport the player to {_loc}