diff options
author | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-12-18 01:32:46 -0500 |
---|---|---|
committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2020-12-18 01:32:46 -0500 |
commit | cab6cfc5f29617416baaa4cb6d96932f4b50078a (patch) | |
tree | 5fdc1a5d8dd25964e8910bb2ae8e755a090a7ebd /tools/script_extractor.py | |
parent | 551d228c1760778293a7129e83c0d97d9dc08f01 (diff) |
fix accidental character deletion
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) |