개인 자료란 (JE)

  서버 커뮤니티

Profile 방대 일반인
Profile

질문하기 스크립트

스크립트 불작동

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

on sneak toggle:

    player is not sneaking

    set {shift.%player%} to true

    

on sneak toggle:

    player is sneaking

    set {shift.%player%} to false


on swap hand items:

    {shift.%player%} is true:

        cancel event

        execute player command "/메뉴"

쉬프트 + f 했을떄 /메뉴가 작동되면서 열리게설정하고, 체스트 커멘드즈를 설정하고해도안되네요

1개의 댓글

환타비
2024.03.17

on swap hand item:

if player is sneaking:

cancel event

execute player command "/메뉴"

 

이렇게 하고 해보세용