12 lines
519 B
MCFunction
12 lines
519 B
MCFunction
function mq:repeat/players
|
|
function mq:repeat/buttons/handler
|
|
function mq:repeat/triggers/handler
|
|
|
|
execute if score init main matches 2.. run function mq:repeat/timer
|
|
execute if score init main matches 5..6 run function mq:repeat/check_answer
|
|
|
|
# 정답 입력 다이얼로그: init=5 (곡 재생 중) 일 때만 열림 / 제출 처리
|
|
# warn-off execute-group
|
|
execute if score init main matches 5 as @a[scores={input=1..}] run function mq:answer/open
|
|
execute if score init main matches 5 run function mq:answer/process
|