Park8082
대표칭호 없음
이해도 | 1.17 |
---|---|
게임버전 (JE) | 스피곳 |
스크립트 버전 | 입문자(아무것도 몰라요) |
on rightclick:
if player's tool's name contains "{@c}":
set {_돈} to uncolored name of player's tool
replace all "수표" and " " and "[" and "]" and "원" with "" in {_돈}
set {_돈} to {_돈} parsed as integer
remove 1 of player's tool from player's tool
add {_돈} to {money::%player%}
message ""
message "{@c} &f당신은 &e수표&f를 사용하여 &c%{_돈}%&f원을 얻으셨습니다."
message ""
stop
마지막줄에 remove를 사용하면 서버가 터지고 air로 바꾸면 사용한 수표가 사라지지를 않는데 어떻게해야하나요..?? 도와주세요ㅠㅠㅠㅠ
스크립터브혼
2021.07.18아이템 개수는 [Item Amount]를 사용하세요.
> remove 1 from item amount of tool of player