sejinjin 6943192ee1b44a4ca430580bc286725a
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.16.5 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 최신 |
스크립트 애드온 | 다 깔려있음 |
on rightclick:
if entity's name is "[ &a신하&f ]":
message "[ &a신하&f ] 오 당신이 그 유명한 용사 인가요?" to player
play sound "entity.villager.ambient" with volume 1 to the player
wait 4 seconds
message "[ &a나&f ] 당연하죠 그런데 누구세요" to player
play sound "entity.villager.ambient" with volume 1 to the player
wait 4 seconds
message "[ &a신하&f ] 아 저는 이 나라의 여왕인 알라제베스의 신하 입니다." to player
play sound "entity.villager.ambient" with volume 1 to the player
wait 4 seconds
message "[ &a나&f ] 아 그렇군요" to player
play sound "entity.villager.ambient" with volume 1 to the player
wait 4 seconds
message "[ &a신하&f ] 여왕께서 당신을 찾고 있습니다." to player
play sound "entity.villager.ambient" with volume 1 to the player
wait 4 seconds
message "[ &a신하&f ] 지금 여왕님께 가보세요." to player
play sound "entity.villager.ambient" with volume 1 to the player
wait 4 seconds
message "[ &a나&f ] 아 감사합니다." to player
play sound "entity.villager.ambient" with volume 1 to the player
wait 2 seconds
message "[ &a신하&f ] 아 그럼 저는 또 다른데를 가야해서 행운을 빌겠습니다." to player
play sound "entity.villager.ambient" with volume 1 to the player
wait 4 seconds
message "[ &e퀘스트&f ] 여왕이 있는 성으로 가자" to player
여기서
[21:30:21 ERROR]: indentation error: expected 4 tabs, but found 16 spaces (queen.sk, line 21: message "[ &a 신하&f ] 지금 여왕님께 가보세요." to player')
[21:30:21 ERROR]: indentation error: expected 4 tabs, but found 16 spaces (queen.sk, line 24: message "[ &a 나&f ] 아 감사합니다." to player')
[21:30:21 ERROR]: indentation error: expected 4 tabs, but found 16 spaces (queen.sk, line 27: message "[ &a 신하&f ] 아 그럼 저는 또 다른데를 가야해서 행운을 빌겠습니다." to player')
[21:30:22 INFO]: [Skript] Encountered 3 errors while reloading queen.sk!
> sk reload queen.sk
[21:30:30 INFO]: [Skript] Reloading queen.sk...
[21:30:30 ERROR]: indentation error: expected 4 tabs, but found 16 spaces (queen.sk, line 21: message "[ &a 신하&f ] 지금 여왕님께 가보세요." to player')
[21:30:30 ERROR]: indentation error: expected 4 tabs, but found 16 spaces (queen.sk, line 24: message "[ &a 나&f ] 아 감사합니다." to player')
[21:30:30 ERROR]: indentation error: expected 4 tabs, but found 16 spaces (queen.sk, line 27: message "[ &a 신하&f ] 아 그럼 저는 또 다른데를 가야해서 행운을 빌겠습니다." to player')
이렇게 뜨면 어떻게 해결 해야하죠
qsef1256
2022.10.18expected 4 tabs, but found 16 spaces
이거 번역 해보세요세찐찐
2022.10.18어 어떻게 하는지 모르겠는데
세찐찐
2022.10.18아 해결 됬습니다
qsef1256
2022.10.18스크립트는 파이썬 영향을 받아서 Tab이랑 Space를 같이 쓰면 오류 납니다. 무조건 둘 중 하나만 써야 합니다