개인 자료란 (JE)

  서버 커뮤니티

Profile 정글딸기 대표칭호 없음
Profile

질문하기 스크립트

특정 구역에서 브금이 나오게 하고 싶습니다..

2024.01.31 조회 수 72 추천 수 0
이해도 입문자 
게임버전 (JE) 1.16.5 
게임버전 (BE) 관련없음 

on region enter:

    if {sound::%player%::region} is not set:

        set {sound::%player%::region} to "map"

        play sound "custom.mapbgm" with volume 5 and pitch 1 at player for player

    else if {sound::%player%::region} is not "map":

        stop sound "custom.worldbgm" for player

        play sound "custom.mapbgm" with volume 5 and pitch 1 at player for player

        set {sound::%player%::region} to "map"


on region exit:

    if {sound::%player%::region} is "map":

        stop sound "custom.mapbgm" for player

        delete {sound::%player%::region}
이 구문에 있는 것과

on region enter:

    if {sound::%player%::region} is not set:

        set {sound::%player%::region} to "world"

        play sound "custom.worldbgm" with volume 5 and pitch 1 at player for player

    else if {sound::%player%::region} != "world":

        stop sound "custom.mapbgm" for player

        play sound "custom.worldbgm" with volume 5 and pitch 1 at player for player

        set {sound::%player%::region} to "world"


on region exit:

    if {sound::%player%::region} is "world":

        stop sound "custom.worldbgm" for player

        delete {sound::%player%::region}
이 구문에 있는 bgm을 합쳐서,map구역에 가면 mapbgm이 나오고, map구역에서world구역에 가면 worldbgm이 나오게 하고 싶습니다..
근데 계속 한가지 브금만 들립니다..
어떻게 해야 할까요..

Warning
댓글이 없습니다.

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

뉴스 및 창작물
/files/thumbnails/761/908/003/262x150.crop.jpg?20241025153749

건축

서울 숭례문(崇禮門) 4

KHC

2024-10-25

2

/files/thumbnails/578/899/003/262x150.crop.jpg?20241010142350

건축

경주 월정교 1

KHC

2024-10-10

2

/files/thumbnails/219/899/003/262x150.crop.jpg?20241009200950

건축

송전탑+도시 2

dbasd12

2024-10-09

2

/files/thumbnails/246/898/003/262x150.crop.jpg?20241008102328

레드스톤

단다단 - 오토노케(オトノケ) | 마인크래프트 노트블럭 커버

노트블럭전문가

2024-10-08

1

/files/thumbnails/348/896/003/262x150.crop.jpg?20241006103035

디도스/봇테러등등을 낚는 방법 4

물귀신

2024-10-06

3