JasonBrody_123
대표칭호 없음
이해도 | 1.12 |
---|---|
게임버전 (BE) | 저도 이걸몰라서 문의합니다 |
스크립트 애드온 | 1.12 최신버전이라는데 정확히는 모르겠어요 ㅠ |
variables:
{Quest.로완.%player%} = false
on rightclick on entity:
if entity's name contains "경비병 로완":
if {Quest.로완.%player%} is false:
open chest with 3 rows named "&0로완의 퀘스트" to player
set slot 4 of player's current inventory to green wool named "&e경비병 로완의 퀘스트" with lore "&a내 이야기 좀 들어줄 수 있겠나?"
with lore 구문이 안 먹혀요. 이 구문을 이해할 수가 없다고 뜨는데 제 친구 섭에선 됐었거든요 따로 애드온이 필요한가요?
윈초
2020.03.18최신버전에 스크립트에선 가능할껍니다
JasonBrody_123
2020.03.18제일 최신버전이에요...
스크립터브혼
2020.03.18set {_item} to green wool named "&e경비병 로완의 퀘스트"
set line 1 of lore of {_item} to "&a내 이야기 좀 들어줄 수 있겠나?"
set slot 4 of player's current inventory to {_item}
이렇게 순차적으로 적용해 보세요.
ingpungya
2020.04.23이거 버전이 낮은거 같아요.