Terry1790001
대표칭호 없음
스크립트 버전 | 초보자(스크립트 구성요소, 기본문법은 알아요) |
---|---|
스크립트 애드온 | 2.6-beta2 |
스크립트에서 execute op command한후fill 명령어로 제대로 적었는데 sk reload all을 해보니까
There's no world in a periodic event if no world is given in the event라고 오류가 나는데 고칠 방법이 없을까요
HAN1110
2021.07.28op 부터 player 나 console 로 바꾸세요
player 일시 : OP 가 기본적으로 존재해야합니다
console 일시 (플레이어에서 실행) : execute at 플레이어이름 run 명령어
console 일시 (콘솔에서 실행) : 명령어
fill 은 불가능할겁니다.
월드 위치를 모르니까요
Terry1790001
2021.07.28콘솔로하면 콘솔에서 명령어가 엄청떠요
HAN1110
2021.07.28그건 저도 모르겠네요
BlueRing1017
2021.07.28make player run cmd "fill" as op 해보세요
HB
2021.07.28SkEtcR 애드온 넣고 player op command로 하시면 됩니다
스크립터브혼
2021.07.28There's no world in a periodic event if no world is given in the event
이 오류 메세지는 [Periodical] 이벤트에서 world 익스프레션을 잘못 사용했다는 의미입니다.
Periodical 이벤트에서는 어떠한 플레이어나 월드 값을 가지지 않습니다.
every ~ 로 시작하는 이벤트 코드를 올려보세요.