QB
The QB variable is a singleton that is available in any script. You can call it from anywhere you would like.
character: CharacterManager
Access to the CharacterManager.
QB.character.getAssets("Queen")
QB.character.getCharacter("Suki").setNaked(true)
image: ImageManager
Access to the ImageManager.
QB.image.addImage("res://assets/images/QuestImages/QueenBusGrope.png", "newGame")
quest: QuestManager
Access to the QuestManager.
QB.quest.getQuest("myQuest")