teleport.sk 구문은 이렇게 해놨는데 안되네요
로비로 이동하는데 움직이면 취소되게하고싶습니다..
고수님들 도와주세요
on player move:
@if {%player%.이동} is set:
@@set {%player%.이동} to 1
고개는 움직이게 할순없나요??
고개만 조금 돌려도 취소되더라구요
set {%player%.위치} to player's location를 {%player%.이동} 저장하는 곳 밑에 넣어주고
@@distance between player and {%player%.위치} > 0.1
@@delete {%player%.위치}
해보시죠
if {%player%.이동} is set:
@@set {%player%.위치} to player's location
이렇게요??
yes
건축
KHC
2024-10-25
2
2024-10-10
dbasd12
2024-10-09
레드스톤
노트블럭전문가
2024-10-08
1
팁
물귀신
2024-10-06
3
windy_wind
2024.07.24on player move:
@if {%player%.이동} is set:
@@set {%player%.이동} to 1
초히리
2024.07.24고개는 움직이게 할순없나요??
고개만 조금 돌려도 취소되더라구요
windy_wind
2024.07.24set {%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.24on 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.29yes