Skip to content
Andrew Xue edited this page Oct 1, 2017 · 1 revision

Cutscenes are large swathes of Acts strung together using ActUtil.SetupScene. This can be used to create cutscenes. The easiest way to add plot to the game is via a StageScene, which is a stage whose sole function is to deliver story information. See AreaList for an example of a StageScene.

Clone this wiki locally