이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.12.2 |
게임버전 (BE) | 관련없음 |
스크립트 버전 | 2.6.4 |
스크립트 애드온 | skQuery, skRayFall, skUtilities |
스크립트를 짜고있는데 딱 하나만 안고쳐져서 아무리 구글링을 해도 답이 나오질 않아 이곳에 질문을 올립니다.
if uncolored name of click item contains "현재스텟": <- 이 부분에서 Can't understand this condition 이렇게 뜨는데 고치는 방법좀 알려주세요ㅠㅠㅠㅠ
if {stat.bonus.%player%} is not 0:
if slot of click item is slot 19 of current inventory of player:
if {stat.health.%player%} is not 400:
remove 1 from {stat.bonus.%player%}
add 1 to {stat.health.%player%}
set max health of player to 10+{stat.health.%player%}*(1*0.5)
set slot 19 of current inventory of player to snowball named "&f&l[ &e현재스텟 &f&l: &d%{stat.health.%player%}% 포인트 &f&l]" with lore "&9[ 체력 %{stat.health.%player%}*1% 증가 ]"
set slot 53 of current inventory of player to enchanted book named "&f&l[ &a현재 보너스 스텟 &f&l: &d%{stat.bonus.%player%}% 포인트 &f&l]" with lore "&9[ 배분 가능 스텟 : %{stat.bonus.%player%}% 포인트 ]"
xAQu
2023.03.18clicked item ?