Started by
Noamskissss
on
Topic category: Help with MCreator software
Hi, I'm creating an anime mod and I want to create a story mod, the problem is that I don't know how, if someone can help me make a story mod and as soon as you defeat an enemy, you go to the next page and it saves the progress, I would greatly appreciate it
you can use global variables.
make it so when boss defeated, set the bossdefeated variable to true.
then make it check on tick if its true. if it is, it sends the player to the next level.
if u can show me a picture for a example appreciate it
cant right now, not at a pc
however, try searching up on youtube “global variables mcreator,” theres probably some northwesttrees tutorials for how to make/use them.
Thanks, I saw the tutorial, I created a variable but I couldn't figure out what procedure I should use to do that as soon as the boss dies then the variable becomes true
trigger: entity dies
if event-entity is subtype of (the boss mob) AND source-entity is subtype of player:
set variable name of source-entity to true
heres an example:
Idk how to make the image show up so i hope the link works