Started by
MasterFire41604
on
Topic category: Help with MCreator software
The title pretty much says what i'm having trouble with, I just want to know if you can give yourself an achievement when you open a world. Because you can add an additional trigger for when you open the world in procedure, but it won't let you do that. Also, there isn't really anything you could add the procedure to for when you open a world, so how would you do this?
Would it just be when entity joins world? Because I don't want it to give the achievement every time you start the world up.
You have a global trigger when an entity joins the world. Use this one to achieve this. You can only get the achievement once so later triggers won't do anything.
You could also use a global variable to save the fact that the achievement was already shown, or NBT tag of the player.