Started by
BigBacon28
on
Topic category: Advanced modding
I'm making a mod about wizards and I'm wondering if its possible for me to make a way to switch spells with the push of a button, example
I push Q or E to cycle through a selection of spells when I'm holding a wand and I right click to cast the selected spell and the spell can be displayed in a gui in the corner of the screen.
is this possible? and if it is how can I do this?
Use a global variable (number) to store states, and key binding to increase/decrease this value. Then you can use this state variable in procedures.
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
Thanks!
Also I love all your youtube videos and I love mcreator aswell!
Sorry To Bother You But Can You Perhaps Help Me Out With The Code,
I Watched a few videos and fiddled around with the procedures but I just cant get, however I did get the decrease and increase thing for the var working just cant get anything else working ;(