개인 자료란 (JE)

  서버 커뮤니티

Profile 우와~~ 대표칭호 없음
Profile

질문하기 스크립트

강화 스크립트

2021.09.06 조회 수 348 추천 수 0
이해도 초보자(스크립트 구성요소나 기본문법은 알아요) 
게임버전 (JE) 1.12.2 

on inventory click:

    if iname contains "검 강화하기":

        if clicked item is black stained glass pane:

            cancel event

        if clicked item is item frame:

            cancel event

        if clicked item is ender eye:

            cancel event

            set {_item} to slot 10 of current inventory of player

            if {_item} contain "[검]":

                message "성공"

이렇게 하고 검을 넣었는데 작동이 안되여

2개의 댓글

거너아나
2021.09.06

1. set {_item to name of slot 10 of current inventory of player

2. clicked item을 그냥

if else문으로 하시는거 훨씬 간편화

HAN1110
2021.09.07
on rightclick:
    if name of player's tool is "아이템이름":
         chance of 확률%:
              구문~~~

이게 더 쉽습니다