QuizMenuTool Tutorial: Difference between revisions
Happylappy (talk | contribs) |
Happylappy (talk | contribs) |
||
| Line 29: | Line 29: | ||
* Orange Cells are for user outputs. If a cell is orange, it is intended to be exported elsewhere, such as to a SkyTemple script. | * Orange Cells are for user outputs. If a cell is orange, it is intended to be exported elsewhere, such as to a SkyTemple script. | ||
* Cells without a color or of an unspecified color are typically safe to edit. Always check for a formula first though! | * Cells without a color or of an unspecified color are typically safe to edit. Always check for a formula first though! | ||
=== Quiz Preamble Generator: A Good First Impression! === | |||
==== Preamble Text ==== | |||
This is the first of many direct inputs for ExplorerScript code. Due to the way spreadsheets store cell data, " " behave weirdly when present in the final script. Please use ' ' instead. This input is for the first set of dialogue before the questions actually begin. | |||
[[File:Quiz Preamble Location.png|alt=Location of the Quiz Preamble Inputs|center|thumb|600x600px|Location of the Quiz Preamble Inputs]] | |||
==== Outputs ==== | |||
The orange output cell on this sheet is largely unimportant, but is present for debug purposes. It compiles the portions of the script using the inputs on this tab of the sheet. | |||
=== Starter Selection Generator: Actually Adding the Starters... === | === Starter Selection Generator: Actually Adding the Starters... === | ||
| Line 113: | Line 122: | ||
==== Outputs ==== | ==== Outputs ==== | ||
Once again, the orange output cells on the far right of this sheet are largely unimportant, but are present for debug purposes. It compiles the portions of the script using the inputs on this tab of the sheet. | |||
=== | === Question Loop Generator: Before, After, and For How Long? === | ||
==== | ==== Upper Panel ==== | ||
The upper panel of this sheet mostly consists of inputs, though the single output is a reminder of how many unique pools are used by the Starter Selection Generator. The input directly left of it is for telling the Question Loop Generator how many pools are in use, and should be changed to match the display. On the upper left of the panel, there are inputs for how many questions the game should ask the player, and how many questions will be written for the quiz to randomly choose from. In vanilla, there are 64 possible questions, and 8 will be given to the player. | |||
[[File: | [[File:Question Loop Generator Upper Panel.png|alt=Location of the Upper Panel of the Question Loop Generator|center|thumb|750x750px|Location of the Upper Panel of the Question Loop Generator]] | ||
The bottom row consists of checkboxes to enable/disable the Custom/Standard First and Last Questions, such as the Gender Question and the Time/Darkness Question, which boosts recruit rates for certain species if you answer yes, and adds points to certain pools containing sky-exclusive Pokémon. | |||
=== Question Loop Generator | ==== ExplorerScript Pre/Post Quiz Questions ==== | ||
Room for an additional question before and after the quiz has also been made, which along with the Gender and Time/Darkness questions can be modified in the below ExplorerScript inputs: | |||
[[File:Question Loop Generator ExplorerScript Inputs.png|alt=Location of the ExplorerScript Inputs|center|thumb|600x600px|Location of the ExplorerScript Inputs]] | |||
These are the primary use-cases for the Fuwarante Blacklist described above. | |||
=== Question Generator: Multiple Choice Monotony === | === Question Generator: Multiple Choice Monotony === | ||