포테이포피자
대표칭호 없음
on right click with paper:
if player's tool's name is "노역장":
remove 1 of player's tool from player's inventory
execute player command "mw goto 노역장"
set {노역장time.%player%} to 60
send "노역장로 이동합니다!" to player
exit
every second:
loop all players:
if {노역장time.%loop-player%} is -1:
exit
subtract 1 from {노역장time.%loop-player%}
if {노역장time.%loop-player%} = 0:
send "시간이 다 되어 10초 뒤 돌아갑니다." to loop-player
set {노역장time.%loop-player%} to -1
wait 10 second
execute player command "mw goto world"
스크립트는 이렇게 작성하였고 노역장으로 가는건 되는데 이후에 되돌아오는게 안되서 어떻게 해야 하는지 모르겠습니다 ㅠㅠ
서재형
2020.07.25어느 세계의 1초인지 해야되요! every second in 월드이름 이렇게 하면 아마 될겁니다
포테이포피자
2020.07.25감사합니다 !! 해결했습니다 ㅠ!!!