너겟
대표칭호 없음
이해도 | 초보자 |
---|---|
게임버전 (JE) | 관련없음 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.8.0 |
스크립트 gui를 만들고싶어서 유튜브랑 한마포등등 여러가지 다 찾아봤는데 똑같이 적어도 안돼서...
command /메뉴:
trigger:
open chest inventory with 3 rows named "&8메뉴" to player
set slot 10 of current inventory of player to diamond "&a스폰" with lore "&f클릭시" and "로비로 소환"
on inventory click:
if name of current inventory is "&8메뉴":
cancel event
if "%index of clicked slot%" is "10":
execute player command "/spawn"
이렇게 썼는데
set slot 10 of current inventory of player to diamond "&a스폰" with lore "&f클릭시" and "로비로 소환"
이부분에서 오류가나서...
알려주세요!
환타비
2024.01.24제가 말하는 방법은 스크립트 애드온 SkQuery 라는 애드온이 필요 합니당~
command /메뉴:
@trigger:
@@open chest inventory with 3 rows named "&8메뉴" to player
@@set slot 10 of current inventory of player to diamond "&a스폰" with lore "&f클릭시" and "로비로 소환"
on inventory click:
@if name of current inventory is "&8메뉴":
@@cancel event
@@if "%index of clicked slot%" is "10":
@@@execute player command "/spawn"
이런식으로 하면 될듯 합니당~