7 lines
270 B
Mcfunction
7 lines
270 B
Mcfunction
|
# 调用者:fz:module/interactor/trigger
|
|||
|
|
|||
|
## 如果分数大于0说明玩家点击了按钮
|
|||
|
execute as @a if score @s fz.module.interactor.trigger matches 1.. run function #fz:module/interactor/on_click/on_click
|
|||
|
|
|||
|
schedule function fz:module/interactor/loop 1t replace
|