이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.4 |
on rightclick:
if player's tool is air:
stop
if name of player's tool is "&4&l감옥권":
set {_target} to target of player
if {_target} is a player:
execute console command "teleport %{_target}% -223 51 -277"
remove 1 of player's tool from player's tool
send "&c&l[감옥] &6&l%player% &f님께서 %{_target}% 님을 감옥에 보냈습니다."
wait 5 minute
else:
execute console command "teleport %player% -223 51 -277 %player%"
remove 1 of player's tool from player's tool
send "&c&l[감옥] &f타겟이 설정되지 않아 자기 자신이 감옥에 갇혔습니다."
wait 5 minute
teleport %{player}% -233 51 -278
구문에서if {_target} is a player:
맨 아래에 wait 5 minute과 else 밑에 wait 5 minute , teleport %{player}% -233 51 -278구문이
indentaion error: expected 12 spaces, but found 3 tabs <-- 3개가 다 이 오류가 나요 어떻게 해야하나요?
코코냐
7 시간 전들여쓰기 문제입니다. 한쪽으로 통일해서 사용해주세요.
rain10294
7 시간 전다음줄 넘어갈때 띄어쓰기 문제가 있다는건가여?
코코냐
4 시간 전첫문장 다시 읽어보세요.