개인 자료란 (JE)

  서버 커뮤니티

Profile kingdais 대표칭호 없음
Profile

질문하기 스크립트

이 스크립트 틀렸나요?

2023.03.06 조회 수 64 추천 수 0
이해도 초보자 
게임버전 (JE) 1.19.2 
게임버전 (BE) 1.19.x 
스크립트 버전 +v1.9.28 
스크립트 애드온 skRayFall 

이 스크립트 틀린건가요?

스크립트 : 

every 1 seconds:

    loop all players:

        if {스코어보드.%loop-player%} is true:

            wipe loop-player's sidebar

            set name of sidebar of loop to "%player%의 스코어보드"

            set score "죽은 횟수" in sidebar of loop-player to 1

            

command /스코어보드 [<string>]:

    trigger:

        if arg 1 is "켜기":

            set {스코어보드.%player%} to true

            message "스코어보드가 활성화 되었습니다."

                        

            if arg 1 is "끄기"

            set {스코어보드.%player%} to false

            message "스코어보드가 비활성화 되었습니다."

            wipe player's sidebar

입니다. 이게 아니면 말해주시길 바랍니다.

Warning
댓글이 없습니다.

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