개인 자료란 (JE)

  서버 커뮤니티

Profile 패브 대표칭호 없음
Profile

질문하기 스크립트

GUI 스크립트 오류

2024.08.25 조회 수 70 추천 수 0
이해도 입문자 
게임버전 (JE) 1.20.1 
게임버전 (BE) 관련없음 
스크립트 버전 2.9.4 

command /상자:

    trigger:

        open chest with 3 rows named "GUI목록" to player

        set slot 11 of current inventory of player to chest named "1GUI" with lore "ssss."

            

on inventory click:

    if iname contains "GUI목록":

        if clicked raw slot is 11:

            cancel event

            open chest with 4 rows named "61" to player

여기서 7번 라인에 오류가났다하는데 무슨문제가 있는걸까요?




4개의 댓글

windy_wind
2024.08.25

iname 하지말고 name of event-inventory로 쓰세요

iname은 에드온인데.. 그 에드온은 저버전만 지원, 필요없다고 생각합니다

패브
2024.08.25
@windy_wind

if name of event-inventory "GUI목록":

으로 수정했는데 오류가 납니다 잘못 타이핑한게 있나요?

환타비
2024.08.25
@패브

if name of current inventory is "GUI목록":

이렇게 한번 해보세용

windy_wind
2024.08.27
@패브

is 빠짐