I need your help guys.

Users who are viewing this thread

hi, i'm making a mod for mount and blade warband nw, and i'm using module system, when i clicked build_module it showed that there is something wrong that i can't really understand

IndentationError: unexpected indent
Traceback (most recent call last):
  File "process_global_variables_unused.py", line 3, in <module>
    from process_operations import *
  File "C:\Users\Tomek\Desktop\mm dev - MS\process_operations.py", line 14, in <module>
    from module_troops import *
  File "C:\Users\Tomek\Desktop\mm dev - MS\module_troops.py", line 766
    ["prussian_infantry2_drum","Karoliner","Drummer",tf_guarantee_all,0,0,fac_prussian_ranks,
    ^
I know that there is something wrong with
  ["prussian_infantry2_drum","Karoliner","Drummer",tf_guarantee_all,0,0,fac_prussian_ranks,
line, but i can't figure out what!!!!
 
Back
Top Bottom