bbeartv 81865bffad404c73aa6657299b53f85e
이해도 | 중급자 |
---|---|
게임버전 (JE) | 관련없음 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.9.0 |
on inventory click:
event-inventory's name is "&a워프":
cancel event
event-inventory is player's inventory:
stop
clicked slot is 3:
if player's money >= 100:
set {_loc} to location(-112, -60, 21)
set pitch of {_loc} to 0
set yaw of {_loc} to -176
set world of {_loc} to "flatworld"
teleport player to {_loc}
else:
send "돈이 부족합니다." to player
clicked slot is 5:
if player's money >= 1000:
set {_loc} to location(-67, -60, 66)
set pitch of {_loc} to 0
set yaw of {_loc} to -131
set world of {_loc} to "flatworld"
teleport player to {_loc}
else:
send "돈이 부족합니다." to player
clicked slot is 15:
if player's money >= 10000:
set {_loc} to location(-67, -60, 128)
set pitch of {_loc} to 0
set yaw of {_loc} to -52
set world of {_loc} to "flatworld"
teleport player to {_loc}
else:
send "돈이 부족합니다." to player
clicked slot is 33:
if player's money >= 100000:
set {_loc} to location(-112, -60, 173)
set pitch of {_loc} to 0
set yaw of {_loc} to 0
set world of {_loc} to "flatworld"
teleport player to {_loc}
else:
send "돈이 부족합니다." to player
clicked slot is 41:
if player's money >= 1000000:
set {_loc} to location(-174, -60, 173)
set pitch of {_loc} to 0
set yaw of {_loc} to 22
set world of {_loc} to "flatworld"
teleport player to {_loc}
else:
send "돈이 부족합니다." to player
clicked slot is 39:
if player's money >= 10000000:
set {_loc} to location(-219, -60, 128)
set pitch of {_loc} to 0
set yaw of {_loc} to 70
set world of {_loc} to "flatworld"
teleport player to {_loc}
else:
send "돈이 부족합니다." to player
clicked slot is 29:
if player's money >= 100000000:
set {_loc} to location(-219, -60, 66)
set pitch of {_loc} to 0
set yaw of {_loc} to 100
set world of {_loc} to "flatworld"
teleport player to {_loc}
else:
send "돈이 부족합니다." to player
clicked slot is 11:
if {portal.%player%} is "VIP":
set {_loc} to location(-174, -60, 21)
set pitch of {_loc} to 0
set yaw of {_loc} to 160
set world of {_loc} to "flatworld"
teleport player to {_loc}
else:
send "돈이 부족합니다." to player
이 부분에서 이런 오류는 어떻게 해결해야하죠
코코냐
2024.08.04들여쓰기 문제입니다. 다시 들여쓰세요.
bbeartv
2024.08.04들여쓰기를 해서 생긴 문제 같은데요....? 그리고 들여쓰기 다 되어있습니다
코코냐
2024.08.04잘못 들여썼습니다. 자세한 내용은 번역기로
bbeartv
2024.08.04어떤 번역기 말씀하시는건가요?
코코냐
2024.08.04https://papago.naver.com