- Joined
- Jan 26, 2014
- Messages
- 1,281
- Reaction score
- 106
- First Language
- Irish
- Primarily Uses
- N/A
I noticed that you can't directly execute a command in a scene. On my custom scene, I added a command that does this:
$gameTemp.reserveCommonEvent(1);But what happens is that I need to get out of the scene before the common event is executed. Same goes when I add a game message instead of a common event.
Is there a way to override the scene so I can make the common event while in the scene?
$gameTemp.reserveCommonEvent(1);But what happens is that I need to get out of the scene before the common event is executed. Same goes when I add a game message instead of a common event.
Is there a way to override the scene so I can make the common event while in the scene?
