RMMV / JS
Hi,
I'm doing some work in a sprite class, which could be loaded from any scene.
I want to add some code that's only executed by certain scenes.
Is there a way to check what scene you're in?
In XP I would have done: if $scene.scene_is?(Scene_Map)
Or something like that.
Hi,
I'm doing some work in a sprite class, which could be loaded from any scene.
I want to add some code that's only executed by certain scenes.
Is there a way to check what scene you're in?
In XP I would have done: if $scene.scene_is?(Scene_Map)
Or something like that.