Help With create a story mode

Started by Noamskissss on

Topic category: Help with MCreator software

Active 1 year ago
Joined Apr 2021
Points:
603

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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

Active 2 weeks ago
Joined May 2022
Points:
736

User statistics:

  • Modifications: 9
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 197
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.

Active 1 year ago
Joined Apr 2021
Points:
603

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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

Active 2 weeks ago
Joined May 2022
Points:
736

User statistics:

  • Modifications: 9
  • Forum topics: 19
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 197
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.

Active 1 year ago
Joined Apr 2021
Points:
603

User statistics:

  • Modifications: 1
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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

Active 2 years ago
Joined Mar 2020
Points:
1534

User statistics:

  • Modifications: 7
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 1303
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

Active 2 years ago
Joined Mar 2020
Points:
1534

User statistics:

  • Modifications: 7
  • Forum topics: 17
  • Wiki pages: 0
  • MCreator plugins: 3
  • Comments: 1303
  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