개인 자료란 (JE)

  서버 커뮤니티

Profile 스크립트재미따 대표칭호 없음
Profile

질문하기 스크립트

특정한 위치 블럭을 우클릭하면 메세지가 나오게 하고싶은데

2024.03.16 조회 수 90 추천 수 0
이해도 초보자 
게임버전 (JE) 1.19.2 
게임버전 (BE) 관련없음 
스크립트 버전 2.6.4 

if event-block's location is set:

    set {_location} to event-block's location

    if {_location} is "x: -3.5, y: 73.5, z: -0.5, yaw: 90, pitch: -0 in 'spawn'":

        send "test"

    else:

        send "test1" 라는 구문에서 1번에서     Can't understand this event: 'if event-block's location is set' 라고 오류가 나네요 ..

2개의 댓글

세찐찐
2024.03.16

무슨 이벤트를 쓰셨는지는 모르겠지만 event-block을 사용할수 있는 이벤트라면 해당 구문에서 if event-block’s location is set은 ”해당 블럭에 좌표가 설정이 되있나?“인데 일단 문장 자체가 이상하고 블럭에 좌표는 모두 있습니다, 그러므로 해당 if문을 제거하시면 됩니다

@세찐찐

어찌저찌 잘했는데 on right click on player head:

set {_location} to event-block's location

if {_location} is "x: -3.5, y: 62.5, z: -0.5, yaw: 90, pitch: -0 in 'spawn'":

send "test"

else:

send "test1" 플레이어 헤드까지는 알겠는데 nkawt라는 헤드를 우클릭하면 명령어가 실행되게 하고 싶은데 하는법을 알려주실수 있나요..?