Quest Stage Script

From RPG Creation Kit
Jump to navigation Jump to search

A Quest Stage Script is a type of script that runs when a certain Quest Stage has been reached.

Quest Stage Scripts are essential elements of the RPG Creation Kit as they allow the execution of code at per-determined and certain moments, in opposition of the Quest Scripts that runs at regular intervals while a quest is active.


You can create a Quest Stage Script by right-clicking in the Project Window -> Create -> RPG Creation Kit -> C# -> Quests -> Quest Stage Script.

Once created, a Quest Stage Script will have to be assigned in the Quest Window at the respective stage.

Quest Stage Script are designed to run a piece of code at a specific time and then cease to exist, for other cases you may need Quest Scripts.