diff options
Diffstat (limited to 'tools/script_extractor.py')
-rw-r--r-- | tools/script_extractor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/script_extractor.py b/tools/script_extractor.py index 79eb276..54a20b3 100644 --- a/tools/script_extractor.py +++ b/tools/script_extractor.py @@ -214,7 +214,7 @@ def createList(): # this is a func just so all this can go at the bottom # name, arg list, is an ender return [ ("ScriptCommand_EndScriptLoop1", "", QUIT_CONTINUE_CODE,"end_script_loop"), - ("ScriptCommand_CloseAdvancedTextBo", "", DO_NOT_QUIT,""), + ("ScriptCommand_CloseAdvancedTextBox", "", DO_NOT_QUIT,""), ("ScriptCommand_PrintTextString", "t", DO_NOT_QUIT,""), ("Func_ccdc", "t", DO_NOT_QUIT,""), ("ScriptCommand_AskQuestionJump", "tj", DO_NOT_QUIT,""), # more complex behavior too (jumping) |