Category: Events

Reference Events 9

Reference Events

This script allows you to create events using a “reference event”. The purpose is to allow you to create an event once on a map and re-use it across multiple maps. This is useful when you...

Utils: Event Trigger Direction 5

Utils: Event Trigger Direction

This script provides some script calls that you can use in your conditional branches to check which direction an event is being triggered from. For example you can check whether an event is triggered from the...

Gameover Events 20

Gameover Events

This script allows you to replace the default gameover scene with an event. This gives you more control over how the gameover scene should process. A gameover event is a common event and is assigned...

0

Count Up Clock

By default, the RPG Maker’s timer counts down. You can set when the timer will begin, and it will count down from there. Once it hits zero, the timer will automatically stop. This script...