I don't think i'm doing this right..
I keep getting this error.
Initializing...
Traceback (most recent call last):
File "process_global_variables.py", line 7, in <module>
from module_simple_triggers import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_s
imple_triggers.py", line 2625
(0.5,
^
IndentationError: unexpected indent
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 "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\process_
operations.py", line 20, in <module>
from module_scripts import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_s
cripts.py", line 20750, in <module>
(party_set_slot, ":spawned_party", slot_party_type, spt_recruiter),
NameError: name 'spt_recruiter' is not defined
Exporting faction data...
Exporting item data...
Traceback (most recent call last):
File "process_items.py", line 59, in <module>
from process_operations import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\process_
operations.py", line 20, in <module>
from module_scripts import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_s
cripts.py", line 20750, in <module>
(party_set_slot, ":spawned_party", slot_party_type, spt_recruiter),
NameError: name 'spt_recruiter' is not defined
Exporting scene data...
Traceback (most recent call last):
File "process_scenes.py", line 15, in <module>
from process_operations import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\process_
operations.py", line 20, in <module>
from module_scripts import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_s
cripts.py", line 20750, in <module>
(party_set_slot, ":spawned_party", slot_party_type, spt_recruiter),
NameError: name 'spt_recruiter' is not defined
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 "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\process_
operations.py", line 20, in <module>
from module_scripts import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_s
cripts.py", line 20750, in <module>
(party_set_slot, ":spawned_party", slot_party_type, spt_recruiter),
NameError: name 'spt_recruiter' is not defined
Traceback (most recent call last):
File "process_tableau_materials.py", line 8, in <module>
from process_operations import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\process_
operations.py", line 20, in <module>
from module_scripts import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_s
cripts.py", line 20750, in <module>
(party_set_slot, ":spawned_party", slot_party_type, spt_recruiter),
NameError: name 'spt_recruiter' is not defined
Traceback (most recent call last):
File "process_presentations.py", line 8, in <module>
from process_operations import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\process_
operations.py", line 20, in <module>
from module_scripts import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_s
cripts.py", line 20750, in <module>
(party_set_slot, ":spawned_party", slot_party_type, spt_recruiter),
NameError: name 'spt_recruiter' is not defined
Exporting party_template data...
Traceback (most recent call last):
File "process_parties.py", line 4, in <module>
from module_game_menus import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_g
ame_menus.py", line 9963
("recruiter_payment",0,
^
IndentationError: unexpected indent
Exporting quest data...
Traceback (most recent call last):
File "process_scripts.py", line 4, in <module>
from module_scripts import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_s
cripts.py", line 20750, in <module>
(party_set_slot, ":spawned_party", slot_party_type, spt_recruiter),
NameError: name 'spt_recruiter' is not defined
Traceback (most recent call last):
File "process_mission_tmps.py", line 8, in <module>
from process_operations import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\process_
operations.py", line 20, in <module>
from module_scripts import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_s
cripts.py", line 20750, in <module>
(party_set_slot, ":spawned_party", slot_party_type, spt_recruiter),
NameError: name 'spt_recruiter' is not defined
Traceback (most recent call last):
File "process_game_menus.py", line 5, in <module>
from module_game_menus import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_g
ame_menus.py", line 9963
("recruiter_payment",0,
^
IndentationError: unexpected indent
Traceback (most recent call last):
File "process_simple_triggers.py", line 2, in <module>
from module_simple_triggers import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_s
imple_triggers.py", line 2625
(0.5,
^
IndentationError: unexpected indent
Traceback (most recent call last):
File "process_dialogs.py", line 9, in <module>
from process_operations import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\process_
operations.py", line 20, in <module>
from module_scripts import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_s
cripts.py", line 20750, in <module>
(party_set_slot, ":spawned_party", slot_party_type, spt_recruiter),
NameError: name 'spt_recruiter' is not defined
Traceback (most recent call last):
File "process_global_variables_unused.py", line 3, in <module>
from process_operations import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\process_
operations.py", line 20, in <module>
from module_scripts import *
File "C:\Documents and Settings\HP_Administrator\Desktop\ModuleSystem\module_s
cripts.py", line 20750, in <module>
(party_set_slot, ":spawned_party", slot_party_type, spt_recruiter),
NameError: name 'spt_recruiter' is not defined
______________________________
Script processing has ended.
Press any key to exit. . .
I put them where you tell me to put them but I still get it wrong.