이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
on right click on entity:
if entity's name is "광물상점"
execute player command "/상점 열기 광물상점"
이렇게 우클릭하면 열리게 하려고하는데 상점 열기 스크립트는
trigger:
if arg 1 is not set:
message "{@설명} /상점 열기 [이름]"
if player is op:
message "&c[관리자 전용]"
message "{@설명} /상점 만들기 [상점이름]"
message "{@설명} /상점 삭제 [상점이름]"
message "{@설명} /상점 아이템설정 [상점이름]"
message "{@설명} /상점 가격설정 [상점이름]"
else if arg 1 is "열기":
if arg 2 is not set:
message "{@오류} 이름을 입력하세요
else:
if {상점리스트::이름::*} don't contain "%arg 2%":
message "{@오류} 해당 상점은 존재하지 않습니다.."
else:
open chest with 6 rows named "&c&l[&a&l상점&c&l]&f %arg 2%" to player
shop(1, "%arg 2%",player)
이렇게 있습니다 혹시 도와주실 수 있으신가요?
+해결 완 ) 저기 우클릭에 오류가 있었네용..
댓글이 없습니다.
새로운 댓글을 등록해 주세요!