How to stop a procedure from running?

Started by Input_Lag on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to stop a procedure from running?

I want to make it so that after the procedure is executed, a certain amount of time passes and it stops being executed. Example: Shooting arrows infinitely when the condition is met and after a specified time this procedure, which makes the arrows come out, stops being executed, that is, the procedure stops. This text was translated by a program, so it is possible that something could be interpreted differently.

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Shooting arrows with a block?
Thu, 12/14/2023 - 16:30

Shooting arrows with a block?

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
just do a project event,…
Thu, 12/14/2023 - 17:26

just do a project event, something like the example below

Joined Dec 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What I mean is: a peocedure…
Fri, 12/15/2023 - 18:34

What I mean is: a peocedure capable of interrupting the execution of another. Arrows were an example. It is a universal system that can be used for any type of procedure.

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The ability to make a…
Sun, 12/17/2023 - 16:55

The ability to make a procedure that just stop after it finishes or it goes for an amount of time would let me do so much stuff. I second this, if theirs a way to do this id like to know and if not it should be a feature.