GameDeveloperMint_o
대표칭호 없음
Mint_o f86357f6ed4c4a6ea4a0535127a742c8
이해도 | 1.16 |
---|---|
게임버전 (JE) | 스피곳 |
스크립트 애드온 | 2.5.1 이상 |
on right click with paper:
if name of player's tool contain "&2[ &f수표 &2]":
set {_supho} to uncolored name of player's tool
replace all "[ 수표 ]" and " " and "-" and "원" with "" in {_supho}
remove 1 of player's tool from player's tool
add {_supho} parsed as integer to player's money
message "{@e} &f당신은 수표를 사용하여 &a%{_supho}%&f원을 획득하셨습니다!"
수정해서 작동은 제대로 되는데 종이를 우클릭 하였을 때 나오는 메세지가 상대한테 적용이 되는데 우클릭을 한 자신한테만 적용되게 고쳐주실 수 있나여?
프로갱생러
2021.07.05message "내용" to player 쓰시면 해결되지 않을까요
스크립터브혼
2021.07.05상대한테 적용된다는게 무슨 말인가요?
자신이 우클릭 했는데 다른 사람에게 메세지가 나온다는 건가요?
HAN1110
2021.07.05전 이해했네요
자신이 아니라 타겟한데 적용이 된다는 소리입니다