개인 자료란 (JE)

  서버 커뮤니티

Profile Hildren 대표칭호 없음
Profile

질문하기 스크립트

어떻게 해결해야할까요?

2022.05.29 조회 수 42 추천 수 0
이해도 입문자(아무것도 몰라요) 
게임버전 (JE) 1.12.2 
게임버전 (BE) 관련없음 
스크립트 버전 2.2 

#팀 추가 명령어        

        if arg 1 is "추가":

            if player is op:

                set {_PLAYER.1} to "%arg 3%" parsed as player

                if arg 2 is "레드":

                    set {MCP.TEAM.%player%} to "레드"

                    message "&6%{_PLAYER.1}%&f 님을 레드팀에 참가했습니다."

                    execute console command "scoreboard teams Join 레드 %{_PLAYER.1}%"

                if arg 2 is "블루":

                    set {MCP.TEAM.%player%} to "블루"

                    message "&6%{_PLAYER.1}%&f 님을 블루팀에 참가했습니다."

                    execute console command "scoreboard teams Join 블루 %{_PLAYER.1}%"

                if arg 2 is "블랙":

                    set {MCP.TEAM.%player%} to "블랙"

                    message "&6%{_PLAYER.1}%&f 님을 블랙팀에 참가했습니다."

                    execute console command "scoreboard teams Join 블랙 %{_PLAYER.1}%"

                if arg 2 is "화이트":

                    set {MCP.TEAM.%player%} to "화이트"

                    message "&6%{_PLAYER.1}%&f 님을 화이트팀에 참가했습니다."

                    execute console command "scoreboard teams Join 화이트 %{_PLAYER.1}%"    

#팀 전체 삭제 명령어

        if arg 1 is "삭제":

            if player is op:

                set {_PLAYER.1} to "%arg 2%" parsed as player

                if {_PLAYER.1} is online:

                    message "%{_PLAYER.1}% 님을 %{MCP.TEAM.%player%}%에서 제외했습니다."

                    delete {MCP.TEAM.%player%}

                    execute console command "scoreboard teams leave %{_PLAYER.1}%".

중간구문인긴 한데 실행시키면

이렇게 뜨네요


3개의 댓글

qsef1256
2022.05.29

오류는 아니고 해당 변수는 이미 문자열이니 "" 또 붙이지 말란 경고입니다

Hildren
2022.05.29
@qsef1256

저도 그렇게 알았어서 "%arg 2%" 랑 "%arg 3%"각각 " 다 때고 실행시켰더니 cant understand expression 라고 뜨네요

qsef1256
2022.05.29
@Hildren

%% 는 문자열 안에서 변수를 사용할 때만 붙이는 placeholder 입니다. "" 를 떼셨다면 %% 도 떼셔야 합니다

뉴스 및 창작물
/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

/files/thumbnails/932/765/003/262x150.crop.jpg?20240410124459

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

노트블럭전문가

2024-04-10

0

/files/thumbnails/403/765/003/262x150.crop.jpg?20240409190538

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

Sonttukk

2024-04-09

4