How to stop a procedure from running?

Started by Input_Lag on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Dec 2023
Points:
193

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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.

Active 2 weeks ago
Joined Oct 2022
Points:
461

User statistics:

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

Shooting arrows with a block?

Active 1 year ago
Joined Nov 2023
Points:
527

User statistics:

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

just do a project event, something like the example below

Active 1 year ago
Joined Dec 2023
Points:
193

User statistics:

  • Modifications: 0
  • Forum topics: 5
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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.

Active 1 year ago
Joined Nov 2023
Points:
180

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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.