개인 자료란 (JE)

  서버 커뮤니티

Profile 짭구 대표칭호 없음
Profile

질문하기 스크립트

가상창고 스크립트 질문하겠습니당 :)

2023.10.04 조회 수 113 추천 수 0
이해도 초보자 
게임버전 (JE) 1.20.1 
게임버전 (BE) 관련없음 
스크립트 버전 Skript 2.7.1 
스크립트 애드온 모르겠습다.. 

창고 스크립트 구문은 이렇습니다

options:

    p:&6&l[창고]

    

command /창고:

    trigger:

        set {_inv} to chest with 6 rows named "{@p} &a%player% &f&l님의 개인창고"

        loop 54 times:

            set slot loop-num -1 of {_inv} to {Chest.%player%::%loop-num%}

        open {_inv} to player

        stop


on inventory close:

    if name of current inventory of player is "{@p} &a%player% &f&l님의 개인창고":

        delete {Chest.%player%::*}

        loop 54 times:

            add slot loop-num -1 of current inventory of player to {Chest.%player%::*}

    stop        

현재 버그가 있는 구문은

   set {_inv} to chest with 6 rows named "{@p} &a%player% &f&l님의 개인창고" 

이 부분 입니다 T^T

마크 채팅으로는 리로드 실패시 이런식으로 뜨고 있습니다

Can't understand this expression: 'chest with 6 rows named &6&l[창고] &a%player% &f&l님의 개인창고"'

Warning
댓글이 없습니다.

새로운 댓글을 등록해 주세요!