개인 자료란 (JE)

  서버 커뮤니티

Profile 초히리 대표칭호 없음
Profile

질문하기 스크립트

움직이면 스크립트 중지

2024.07.22 조회 수 67 추천 수 0
이해도 초보자 
게임버전 (JE) 1.16.5 
게임버전 (BE) 관련없음 

teleport.sk 구문은 이렇게 해놨는데 안되네요

로비로 이동하는데 움직이면 취소되게하고싶습니다..

고수님들 도와주세요




5개의 댓글

windy_wind
2024.07.24

on player move:

@if {%player%.이동} is set:

@@set {%player%.이동} to 1

초히리
2024.07.24
@windy_wind

고개는 움직이게 할순없나요??

고개만 조금 돌려도 취소되더라구요

windy_wind
2024.07.24
@초히리

set {%player%.위치} to player's location를 {%player%.이동} 저장하는 곳 밑에 넣어주고

 

on player move:

 

@if {%player%.이동} is set:

@@distance between player and {%player%.위치} > 0.1

 

@@set {%player%.이동} to 1

@@delete {%player%.위치}

 

해보시죠

초히리
2024.07.24
@windy_wind

on player move:

if {%player%.이동} is set:

@@set {%player%.위치} to player's location

@@distance between player and {%player%.위치} > 0.1


@@set {%player%.이동} to 1

@@delete {%player%.위치}

 

이렇게요??

windy_wind
2024.07.29
@초히리

yes