이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
on right click on entity:
if target entity's name contain "대장장이":
cancel event
play sound "ui.button.click" to player
set {_enchant} to chest inventory with 3 rows named " [대장장이]"
set slot 7 of {_enchant} to 1 end crystal named "&a강화하기"
open {_enchant} to player
on inventory close:
if name of event-inventory is " [대장장이]":
give slot 10 of current inventory to player
give slot 12 of current inventory to player
give slot 13 of current inventory to player
give slot 14 of current inventory to player
on inventory click:
if event-inventory's name is " [대장장이]":
clicked slot is 7:
cancel event
if 10 slot is diamond:
send "a" to player
코드가 대충 이렇게 짜여있는데 마지막 부분에 '10번 슬롯에 다이아몬드가 있을 때' a를 출력하게 하고 싶은데 찾으려고 해도 못 찾겠네요. 스크립트 허브도 뒤져봤는데 스크립트 허브는 아직 자세히 쓸 줄 몰라 여기에 남겨봅니다.!
슈퍼레몬
2024.02.27if "%slot 10 of current inventory to player%" is "diamond"
하시면 될것 같습니다.
도와주새여
2024.02.27감사합니다!