개인 자료란 (JE)

  서버 커뮤니티

Profile 물돌밥 대표칭호 없음

waterstoneTV 785a3959572940be960162c42110d5ba

Profile

질문하기 스크립트

수표 스크립트를 만들다가 애러가 났습니다 도와주세요!

2023.01.17 조회 수 195 추천 수 0
이해도 초보자 
게임버전 (JE) 1.19.2 
게임버전 (BE) 관련없음 
스크립트 버전 2.6.4 

command /수표발행 [<integer>] [<integer>]:

    trigger:

        if {money.%uuid of player%} is set:

            if arg 1 is not set:

                message "&7[ &6Money &7] /수표발행 [가격] [갯수]"

            else:

                if arg 2 is not set:

                    if {money.%uuid of player%} >= arg 1:

                        subtract arg 1 from {money.%uuid of player%}

                        give player 1 paper named "&7[ &6Money &7] %arg 1%원 수표" with lore " " and "&7[ &6Money &7] 발행자 : %player%"

                        send "&7[ &6Money &7] %arg 1%원 수표를 %arg 2%장 발행하였습니다."

                else:

                    if {money.%uuid of player} >= arg 1*arg 2:

                        subtract arg 1*arg 2 from {money.%uuid of player%}

                        give player arg 2 of paper named "&7[ &6Money &7] %arg 1%원 수표" with lore " " and "&7[ &6Money &7] 발행자 : %player%"

                        send "&7[ &6Money &7] %arg 1%원 수표를 %arg 2%장 발행하였습니다."

on right click with paper:

    if name of player's tool contains "수표":

        if lore of player's tool contains " ":

            set {_name} to player's tool

            set {_money} to uncolored name of player's tool

            set {_man::*} to uncolored lore of player's tool

            wait 1 tick

            replace all " " and "원" and "수표" with "" in {_money}

            wait 1 tick

            replace all " " and "발행자" and ":" with "" in {_man::2}

            add {_money} parsed as integer to {money.%uuid of player%}

            remove 1 of {_name} from player's inventory

            wait 1 tick

            send "&7[ &6Money &7] %{_money}%원 수표를 사용하였습니다. - 발행자 : %{_man::2}%"


이것이 구문인데 애러가 나는것은  if {money.%uuid of player} >= arg 1arg 2: 여기 입니다 arg 1 과 arg 2 사이에 * 이거가 들어가요




1개의 댓글

환타비
2023.01.17

if {money.%uuid of player} >= arg 1arg 2:

%uuid of player <- 여기에 % 가 없네요

뉴스 및 창작물
/files/thumbnails/576/775/003/262x150.crop.jpg?20240426232553

아티클

이달의 블록: 단단한 진흙

학교가기싫다

2024-04-26

0

/files/thumbnails/115/774/003/262x150.crop.jpg?20240428135129

업데이트

마인크래프트 1.20.5 정식 업데이트

학교가기싫다

2024-04-24

0

/files/thumbnails/762/770/003/262x150.crop.jpg?20240418073724

레드스톤

T.B.H (고민중독) | 노트블럭 버전 | NoteBlock Cover [한국어 영어 중국어 가사 추가]

노트블럭전문가

2024-04-18

0

/files/thumbnails/218/767/003/262x150.crop.jpg?20240412130213

레드스톤

우리의 꿈 - 원피스 오프닝

노트블럭전문가

2024-04-12

0

/files/thumbnails/505/766/003/262x150.crop.jpg?20240411122306

레드스톤

기동전사 건담 수성의 마녀 | 노트블럭 커버 1

노트블럭전문가

2024-04-11

1