Procedure creating

Started by Onarsh on

Topic category: Help with MCreator software

Last seen on 11:39, 23. Jun 2020
Joined Jan 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure creating

Is there a way to optimize procedure creating? When it has a lot of procedure blocks it freezes awfully.

Try to split the actions in…
Tue, 04/14/2020 - 01:20

Try to split the actions in many procedures, and instead of execute an action directly into your procedure, you call another procedure. It will fix your problem.