개인 자료란 (JE)

  서버 커뮤니티

Profile hifned 정품인증자

hifn 4b8a8f37918540f4bc26f0d86037a93d

Profile

질문하기 스크립트

스크립트

2023.02.22 조회 수 55 추천 수 0
이해도 입문자 
게임버전 (JE) 1.19.3 
게임버전 (BE) 관련없음 
스크립트 버전 2.6.3 

if {Timer::%uuid of loop-player%} is set:

            if {Timer::%uuid of loop-player%} = 0.1:

                teleport the end run 1490.5 61 624.5



[21:29:27 INFO]: Line 23: (Timer.sk)

[21:29:27 INFO]:     Can't understand this condition/effect: teleport the end run 1490.5 61 624.5

[21:29:27 INFO]:     Line: teleport the end run 1490.5 61 624.5
변수가 0.1이 되면 앤더로 tp하고 싶어요

1개의 댓글

さくら
2023.02.22

제가 아는 범위내에서 게시글을 참고하여 수정 해드렸습니다.

엔더월드로 이동하고 싶은 부분은 좌표 부분을 손보시면 되겠습니다.


if {Timer::%uuid of loop-player%} is set:

    if {Timer::%uuid of loop-player%} == 0.1:

        teleport "end run" to 1490.5 61 624.5