초코초콜YT
대표칭호 없음
이해도 | 입문자(아무것도 몰라요) |
---|---|
게임버전 (JE) | 1.12.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.5.3 |
퀘스트를 만드는데 퀘스트가 없을때 none이라고 떠서 그걸 없애려고 하는데 아시는 분?
현재 구문
이거 안되서요
command /퀘스트 [<string>]:
trigger:
if arg-1 is not set:
if {%uuid of player%.퀘스트} is none:
set slot 13 current inventory of player to player head named "&8퀘스트를 받지 않았습니다"
else:
open chest with 3 rows named "&6[ 퀘스트 ]" to player
set slot 13 of current inventory of player to player head named "%{%uuid of player%.퀘스트}%"
else:
if arg-1 is "포기":
set {퀘스트.%uuid of player%} to false
message "&8퀘스트를 포기하였습니다."
드러머즈
2021.12.30if 문의 첫번째 none값이 8퀘스트를 받지 않았습니다 가 안뜨는 건가요??
출력문을 보여주셔야 상황을 알지 싶어요
거너아나
2021.12.30if {%uuid of player%.퀘스트} is not set: 하시면 됩니다