Quest Stage Script

From RPG Creation Kit
Revision as of 18:46, 6 March 2022 by Silvematt (talk | contribs) (Created page with "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 St...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.