개인 자료란 (JE)

  서버 커뮤니티

Profile Park8082 대표칭호 없음
Profile

질문하기 스크립트

이거 어떻게 해결해야하죠...

2021.07.17 조회 수 87 추천 수 0

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로 바꾸면 사용한 수표가 사라지지를 않는데 어떻게해야하나요..?? 도와주세요ㅠㅠㅠㅠ

Warning
댓글이 없습니다.

새로운 댓글을 등록해 주세요!