개인 자료란 (JE)

  서버 커뮤니티

Profile EPQK 대표칭호 없음

EPQK 3b485c86c8f34cd4bd4808e789b91f85

Profile

질문하기 스크립트

인벤토리 빈칸 감지

2021.09.26 조회 수 214 추천 수 0
게임버전 (JE) 1.17.1 
게임버전 (BE) 관련없음 

인벤토리 빈칸이 2칸있으면 구문이 실행돼게 하고싶은데


그걸 감지하는 구문이 뭔지 모르겠ㅇ요..

1개의 댓글

스크립터브혼
2021.09.28
loop integers from 0 to 35:
    slot loop-integer of inventory of player is air
    add 1 to {_count}
    {_count} >= 2
    set {_result} to true

if {_result} is true:
    send "인벤토리가 두칸 이상 비어있습니다"
else:
    send "인벤토리가 두칸 미만 비어있습니다"