-
Bug
-
Resolution: Awaiting Response
-
None
-
1.20.4
-
None
-
Unconfirmed
-
Data Packs
If a function contains schedule command, then the other function executes this function, schedule does not execute
reappear:
suppose function Alpha content: /function xxx:beta
beta function content: /schedule clear xxx:gamma
*suppose gamma exists and is circulation function
now, player executes: /function xxx:Alpha is invalid
Beta function will be executed, but Gamma function does not stop circulation
other:
Now, if alpha function is: /schedule function xxx: beta
Beta function will be executed, Gamma function will stop circulation