Frequently Asked Questions: Difference between revisions

Add info about common softlocks and glitches
m Clarify that the debugger must be opened to edit a script
Line 248: Line 248:


==== Skip the personality test ====
==== Skip the personality test ====
Go to script “S02P01A”, then under “[[Acting Scene|Acting (ssa)]]” open “m00a01a”. Scroll down until you see “case 28” (Should be line 270 if you haven’t made any changes to that file yet). Copy the contents of case 28 except its last line, which should be<syntaxhighlight>
Open [[Script Engine Debugger|the debugger]] and go to script “S02P01A”, then under “[[Acting Scene|Acting (ssa)]]” open “m00a01a”. Scroll down until you see “case 28” (Should be line 270 if you haven’t made any changes to that file yet). Copy the contents of case 28 except its last line, which should be<syntaxhighlight>
debug_Print('DIAGNOSIS_BLACK2');
debug_Print('DIAGNOSIS_BLACK2');
screen2_FadeOut(0, 0);
screen2_FadeOut(0, 0);