Posted April 27, 2022 by Pikku-a
#update
This update changes some things a lot, so it’s straight from version 1.6.1 to 1.7.0.
BIG CHANGES
Changed object name from cutscene_textbox to textbox
Edited code in the textbox object and the option objects. Now they have the same code as the equivalent objects of my Dialogue engine. Thanks to this, it’s smoother to use these engines together and less objects are needed. Also, this makes updating these engines much easier for me, which means that updates will be available faster when they are needed.
LITTLE CHANGES
Changed array name from message to msg, because message has become a built-in variable
Changed a variable (“selected”) from string to real number to make code easier to handle & to slightly improve performance
Updated manual (For example, added a simple step-by-step guide.)