sunul54
대표칭호 없음
sunul54 45e942304de84f06af0080e77142ea0b
이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.19.3 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.4 |
스크립트 애드온 | SkQuery-4.1.8 |
스크립트에서 엔티티를 클릭헤서 메뉴를 열고 잔디 블럭을 클릭하면 스폰으로 가면서 효과음이 나게 만들고 싶어서
on rightclick on entity:
if entity's name is "&6이동":
open chest with 3 rows named "&6이동" to player
format slot 11 of player with grass block named "&1스폰" with lore "&2클릭시" and "&2스폰으로 이동합니다" to close then run [execute op command "/spawn"]
format slot 11 of player with grass block named "&1스폰" with lore "&2클릭시" and "&2스폰으로 이동합니다" to close then run [play sound "entity.arrow.hit_player" with volume 1 and pitch 1 at player]
이런 식으로 했더니 스폰으로만 가지거나 효과음만 나오던데 어떻게 하면 동시에 실행이 될까요?
환타비
2023.02.26마크에서 테스트 해봐서 오류는 없을거에요
이런식으로 하시면 가능 합니다