Help With create a story mode

Started by Noamskissss on

Topic category: Help with MCreator software

Last seen on 02:04, 28. Mar 2024
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help With create a story mode

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

Last seen on 21:46, 18. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you can use global variables…
Thu, 12/01/2022 - 14:36

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.

Last seen on 02:04, 28. Mar 2024
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if u can show me a picture…
Thu, 12/01/2022 - 14:46

if u can show me a picture for a example appreciate it

Last seen on 21:46, 18. Apr 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
cant right now, not at a pc …
Thu, 12/01/2022 - 14:48

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.

Last seen on 02:04, 28. Mar 2024
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks, I saw the tutorial,…
Thu, 12/01/2022 - 15:29

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

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
trigger: entity dies if…
Wed, 12/28/2022 - 02:26

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

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
  Idk how to make the image…
Wed, 12/28/2022 - 02:36

 

Idk how to make the image show up so i hope the link works