You, sir, are brillant.
For people who want to achieve the same, here is the code for vanilla Essentials v21.1 without custom multiple save slots:
class Scene_Intro
def main
if SaveData.exists?
Graphics.transition(0)
@eventscene = IntroEventScene.new
@eventscene.main...
And just yesterday I animated someone walking on the spot manually with "Move Routes" ("Change Graphic" and "Wait")...
Stop Animation would have been so much simpler, but I assumed it does the exact OPPOSITE based on its name. This should really be renamed to "Idle Animation" in RPG Maker.
Hello there, dear EeveeExpo community!
The long title pretty much says it all:
I want to throw the player instantly into my first map when there is no existing save game in Essentials v21.1.
When the player watched the opening cutscene, gets control and saves the game for the first time the...
Hi, I'm getting the following error when going into a Safari Zone encounter:
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: NoMethodError
Message: undefined method `airborneOffScreen?' for #<Battle::FakeBattler>
Backtrace:
[[DBK] Animated Pokémon System] [006] Battler...