개인 자료란 (JE)

  서버 커뮤니티

Profile 빈빈님 대표칭호 없음

zhdzhdzhd 15d9fde4d3fc4d83980147d680a69a7b

Profile

질문하기 스크립트

귀환서 스크립트를 만들었는데 이동되지 않습니다.

2023.05.16 조회 수 397 추천 수 0
이해도 초보자 
게임버전 (JE) 1.19.4 
게임버전 (BE) 1.19.x 

on right click:

    if name of player's tool is "&a콩마을 &f귀환서":

        remove 1 of player's tool from player

        send title "&a&l5초 &f&l뒤에 이동합니다." with subtitle "&e움직이지 마세요!" to player for 3 second

        set {_loc} to location of player

        wait 5 second

        if {_loc} is location of player:

            teleport player to spawn

            send title "&a[콩마을] &f이동완료!" to player for 2 second

        else:

            cancel event

            message "&a[콩마을] &f이동이 취소되었습니다."

            make player run command "/iagive BinBinco congvillage:icon_warp" as op

        stop

어디가 문제일까요...?





1개의 댓글

세찐찐
2023.05.16

teleport player to spawn 대신 teleport player at location x, y, z (x,y,z는 좌표에 알맞게 적으면됨)로 코드를 바꿔보세요