📄️ QB
The QB variable is a singleton that is available in any script. You can call it from anywhere you would like.
📄️ CharacterManager
The CharacterManager holds all the Character classes in the game.
📄️ ImageManager
The ImageManager is responsible for holding the images you see in the gallery. The ImageManager also calculates when the
📄️ QuestManager
The QuestManager stores the quests and can figure out what quest is available.
📄️ Character
The Character class is used to create and manipulate characters.
📄️ Dialogue
The dialogue class is responsible for all dialogue options that happen once a dialogue scene has opened.
📄️ Quest
The Quest class. Use this to create new quests, and use the QuestManager to add your quest