Started by
Atten007
on
Topic category: Help with Minecraft modding (Java Edition)
Hello folks,
I have my own Pokemon Mod named "Craftelmon" for Forge 1.19.2, which is currently in version 0.1. I have the following problem in this mod: Every time, when I'm joining the world, the GUI where you can select your starter Pokemon will be shown. But I don't want it every time, I want it only one time. How can I do this with MCreator's integrated procedure system? Or is this currently not possible?
Sincerely yours,
Atten007
I want, that the starter selection Pokemon GUI will only be shown, when the player joins a world for the first time and not every time, when the player joins the world.
After you select the pokemon you could set a player persistent variable to 1, and when it is 1 the gui wont open.
Something like this:
Just replace the "message" with your procedure.
Ok, I'll do this tomorrow! :D