Frequently Asked Questions: Difference between revisions

m Add link to SkyTemple's repo on the anti-virus question
Link to QMT tutorial
Line 209: Line 209:


=== How do I edit the personality quiz? ===
=== How do I edit the personality quiz? ===
Unfortunately, this is not inside the script engine and is hardcoded. You can individually change each question and answer in text strings, but not the test logic or weights assigned to each answer, or any other parts of it such as the background or BGM. Starter choices, however, can be modified in “Lists” → “[[Starter List|Starters]]”.
The vanilla quiz is not part of the script engine, it's hardcoded. You can individually change each question and answer in text strings, but not the test logic or weights assigned to each answer, or any other parts of it such as the background or BGM. Starter choices can be modified in “Lists” → “[[Starter List|Starters]]”.
 
However, it's possible to reimplement the quiz as a script using [[QuizMenuTool Tutorial|QuizMenuTool]], which provides much more flexibility.


=== Is it possible to add a selection menu to choose the species of the protagonist after the personality test? ===
=== Is it possible to add a selection menu to choose the species of the protagonist after the personality test? ===