이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.20.1 |
게임버전 (BE) | 관련없음 |
if click type is right mouse button with shift:
if clicked raw slot is smaller than 54:
set {_lore} to uncolored line 1 of lore of clicked item
replace all "가격 :" and " " and "원" with "" in {_lore}
set {_lore} to {_lore} parsed as integer
delete lore of {_item}
set {_amount} to amount of clicked item
if {_amount} > 0:
remove {_amount} from player's inventory
add {_lore}*{_amount} to {%uuid of player%.돈}
send "&9%{_lore}*{amount}% 원&a을 획득하였습니다" to player
else:
send "&c해당 아이템을 가지고 있지 않아 판매할 수 없습니다" to player
쉬프트 +우클릭을 이용해 가지고 있는 갯 수 만큼 판매를 하고 싶은데( ex) 40개를 가지고 있으면 40개 판매)
'clicked item' can only ever have one value at most. thus the 'amount of ...' expression is useless. Use '... exists' instead to find out whether the expression has a value
이런 오류가 나면서 진행이 안됩니다 해석해보면 저렇게 쓸 수 없다는거 같은데 어떻게 해야하나요... 도와주세요 ㅠㅠ
슈퍼레몬
2024.03.01Amount말고 count 사용해보실레요?
질문
2024.03.01어.. 어떤식으로 사용해야 할까요??
슈퍼레몬
2024.03.03그대로 대신 넣으시면 됩니다.