taome01 aac6f60e5d804b88a917cea4f999c09f
이해도 | 중급자 |
---|---|
게임버전 (JE) | 1.19.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.4 |
스크립트 애드온 | SkQuery-4.1.8 / skUtilities.v0.9.2 |
command /상점 [<text>] [<integer>] [<text>] [<text>] [<text>] [<text>]:
trigger:
if arg 1 is not set:
wait 3 tick
open chest with 5 rows named "&e상점" to player
set {_coi} to -1
loop 45 times:
add 1 to {_coi}
if {상점_번호_%{_coi}%} is set:
format slot {상점_번호_%{_coi}%} of player with {상점_아이템_%{_coi}%} named "%{상점_이름_%{_coi}%}%" with lore "%{상점_설명_%{_coi}%}%" to close then run [execute player command "%{상점_명령어_%{_coi}%}%"]
else:
format slot {_coi} of player with gray stained glass pane named " " to close then run [execute player command "/상점"]
--------
{상점_번호_%{_coi}%} = 10
{상점_아이템_%{_coi}%} = stone
{상점_이름_%{_coi}%} = 테스트
{상점_설명_%{_coi}%} = 테스트
{상점_명령어_%{_coi}%} = /상점
으로 되있습니다
초록색 부분에서 아이템이 적용이 안됍니다.
댓글이 없습니다.
새로운 댓글을 등록해 주세요!