이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
안녕하세요
스크립트로 나침반 추적기를 만들고 있는데
on right click:
player's tool is compass
if {Compass::%player%} is 1:
if size of {p::*} > 0:
set {_target} to first element of {p::*}
set player's compass target to location of {_target}
send "{@sys} 당신의 추적기가 %{_target}%님을 가리킵니다!" to player
set {Compass::%player%} to 0
wait 1 minutes
message "{@sys} 추적기의 쿨타임이 끝났습니다!" to player
set {Compass::%player%} to 1
else:
send "{@sys} 추적 대상이 없습니다!" to player
else:
message "{@sys} 추적기의 쿨타임이 끝나지 않았습니다!" to player
라고 스크립트를 썼는데 지옥과 엔드에서는 작동하지 않더라고요
지옥과 엔드에서도 작동하게 할 수 있나요?
windy_wind
2024.09.18안될걸요. 대신 이렇게 해보세요
if player's world is world "월드명":
@send "플레이어가 월드명 에 있습니다"
else if ....