RPG Maker Forums

For MV 1.6.0+
Code:
class Scene_Es6_Template extends Scene_Base {
  //constructor is the new initialize
  constructor() {
    super(...arguments);
  }

  initialize() {
    super.initialize();
  }

  create() {
    super.create();
  }

  start() {
    super.start();
  }

  update() {
    super.update();
  }

  isReady() {
    return super.isReady();
  }

  isBusy() {
    super.isBusy();
  }

  prepare(arg) {
 
  }

  terminate() {
    super.terminate();
  }

}
[EDIT] Poryg is right, constructor is constructor. MV scenes call initialize in their constructor and so I have edited the template to follow suit since this is for MV after all. MV also passes arguments to initialize so I have made that change too, though no Scenes in MV pass arguments to initialize...

Latest Threads

Latest Profile Posts

Day 9 of giveaways! 8 prizes today :D
He mad, but he cute :kaopride:

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.

Forum statistics

Threads
106,040
Messages
1,018,476
Members
137,824
Latest member
dobratemporal
Top