Started by
Lilmrmagoo
on
Topic category: Help with MCreator software
is it better to have more procedures or longer bigger procedures for example if i have 5 player tick procedures is that more draining than having them all on the same one?
I don’t think, but I suggest you to have only one procedure. If your procedure is very bug, create "sub procedure" without global events that the main procedure will call every tick (or each time the global event is done).
thanks for letting me know that.