dado100 601de24809aa4b5188367ca639e09e9a
이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
상점으로 텔레포트 하는 구문은 완성했는데 원래 있던 위치로 돌아가는 구문은 어떻게 적어야 하나요?
command /상점:
trigger:
if {직업.%player%} is "&a&l비감염":
set {_loc} to location of player
message " - &l3초 뒤에 상점으로 이동합니다." to player
message " - &7&l움직이면 이동이 취소됩니다." to player
play sound "ui_button_click" with volume 0.5 to player
wait 3 seconds
set {위치::%player%} to location
if {_loc} is location of player:
teleport player to location(0.5,-60,0.5,world("norkadua"))
message " - &6&l성공적으로 이동이 완료되었습니다" to player
play sound "BLOCK_note_block_bell" with volume 0.5 to player
else:
send " - &4&l이동이 취소되었습니다." to player
play sound "BLOCK_ANVIL_PLACE" with volume 0.5 to player
delete {위치::%player%}
else:
message " - 감염자는 상점 이용이 불가능합니다."
play sound "BLOCK_ANVIL_PLACE" with volume 0.5 to player
command /야생:
trigger:
if {위치::%player%} is set:
message " - 야생으로 되돌아갑니다."
teleport player to ({위치::%player%},world("world"))
Can't understand this condition/effect: teleport player to ({위치::%player%},world("world"))라고 뜨면서 오류가 납니다....
슈퍼레몬
2024.02.21그냥 위치::%player% 하심 됩니다