Help me with this syntax error

Users who are viewing this thread

Madf11

Sergeant at Arms
So I've been putting 1 custom class per each faction. So I start to equip each class with gear, so I can see if they were added to each faction. So I try it out and it works. Only problem was that there were some locked items which needed to be added to the multiplayer list. So I add each item (strange armor etc). And voila I get this error on the end of the  ("game_quick_start", section. What's wrong with my ]), ?

Traceback (most recent call last):
  File "process_init.py", line 2, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "process_global_variables.py", line 12, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Exporting strings...
Exporting skills...
Exporting tracks...
Exporting animations...
Exporting meshes...
Exporting sounds...
Exporting skins...
Traceback (most recent call last):
  File "process_map_icons.py", line 6, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Exporting faction data...
Exporting item data...
Traceback (most recent call last):
  File "process_items.py", line 66, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Exporting scene data...
Traceback (most recent call last):
  File "process_scenes.py", line 15, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Exporting troops data
Exporting particle data...
Traceback (most recent call last):
  File "process_scene_props.py", line 7, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "process_tableau_materials.py", line 8, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "process_presentations.py", line 8, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Exporting party_template data...
Traceback (most recent call last):
  File "process_parties.py", line 6, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Exporting quest data...
Exporting info_page data...
Traceback (most recent call last):
  File "process_scripts.py", line 4, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "process_mission_tmps.py", line 8, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "process_game_menus.py", line 8, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "process_simple_triggers.py", line 5, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "process_dialogs.py", line 9, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "process_global_variables_unused.py", line 3, in <module>
    from process_operations import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\process_operations.py", line 20, in <module>
    from module_scripts import *
  File "E:\Matej\Games\Mount&Blade Warband\Modules\MSG - Kopija\Module_system 1.
131\module_scripts.py", line 2244
    ]),
    ^
SyntaxError: invalid syntax
Exporting postfx_params...

______________________________

Script processing has ended.
Press any key to exit. . .
 
you have to go back over everything you added and make sure you have all the same [ { ( , " ect. as what you copied, syntax error usually means your missing one of those... notepad++ (google) has this neat trick of showing you what a [ ] or ( ) type things have inclosed in them, and also can help you see if one isnt closed properly.
 
Back
Top Bottom