Started by
Laxer
on
Topic category: Help with MCreator software
(oh my god how do you upload images here)
need help, im trying to recreate the staff of homa from genshin for my mod. and i really dont get why local variables cant b used here, nor how to make a custom global variable
Lets explain you:
You can't use local var because events cannot store data, and debounce will always be on his initial value.
So, you can easyly create a var with settings: type: boolean; | Scope: Player_lifetime
how do i create a non-local var?
In variables tab on the workspace tab. See https://mcreator.net/wiki/variables
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
i see, thank you. i was going in blind with my ego due to me knowing how to use scratch, ill try following the tutorials from now on.