개인 자료란 (JE)

  서버 커뮤니티

Profile J1NLU 일반인

SSAM_ACHI aa4994f38c4c4df79792deaf1437216a

Profile

질문하기 스크립트

마인크래프트 스크립트 팀 단체로 텔레포트 하는 법 알려주세여..

2024.02.12 조회 수 117 추천 수 0
이해도 초보자 
게임버전 (JE) 1.20.1 
게임버전 (BE) 관련없음 
스크립트 버전 2.8 
스크립트 애드온 skrayfll , skellett , skquery 

팀으로 단체 tp 되게 하는 법 없나요./..

잘 모르겠어서 글 남깁니다..ㅠㅠ

                loop all players:

                    if {레드팀.%player%} is set:

                        set {_red} to "%player%"

                        if loop-player is {_red}:

                            teleport loop-player to location(136, -60, 10, world("gameroom"))

                            teleport loop-player to location(8, -60, 10, world("gameroom"))




1개의 댓글

환타비
2024.02.13

teleport loop-player to location(136, -60, 10, world("gameroom")) loop-player뒤에 s 붙이면 될것 같은데용?

 

teleport loop-players to location(136, -60, 10, world("gameroom")) 예시문))