How to make the procedure maintain its process after re-entering the player's world in mcreator?

Started by kuro4ka on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make the procedure maintain its process after re-entering the player's world in mcreator?

I have a procedure that gradually reproduces different actions, for example, after 80 ticks, but if you re-enter the world during this procedure, this procedure will reset and the action will not be performed. So how do I make sure that the procedure doesn't reset?