Campaign Creation Documentation

Use this page to navigate the Campaign Creation Documentation. It's not expected that you read all of this to create a campaign - Instead, use this as a reference during campaign creation, whenever you need to use a specific event.






These pages are being restructured and may not be complete!

You can find the older version of this page here.

quiz

Description

A quiz event asks the player one or more questions and evaluates their answers.




Specific Attributes

LinkNameData TypeDescriptionNotes
LINKquestionsArrayList of question objects
LINKrightTextStringText if answered correctly
LINKwrongTextStringText if answered incorrectly
LINKshowsIntQuestions to show
LINKpointsToWinIntPoints needed to win
LINKwinsEventSuccess event
LINKloseEventFailure event



Question Format

LinkNameData TypeDescriptionNotes
LINKtextsStringThe question text
LINKrightArrayCorrect answers
LINKwrongArrayIncorrect answers