Prater
Recruit

I think you messed up a tuple in module scenes. Something like this:
("town_9_tavern",sf_indoors,"oim_interier_rus_taverna", "bo_oim_interier_rus_taverna", (-100,-100),(100,100),-100,"0",100,
["exit"],[]),
Problem is the last ,100 shouldn't be there. I tried a lot of other stuff to try to get the same error and the only thing that produced it was this.
Look familiar?
edit: this also causes it:
("town_9_tavern",sf_indoors,"oim_interier_rus_taverna", "bo_oim_interier_rus_taverna", (-100,-100),(100,100),-100,"0",
["exit"],100,[]),
("town_9_tavern",sf_indoors,"oim_interier_rus_taverna", "bo_oim_interier_rus_taverna", (-100,-100),(100,100),-100,"0",100,
["exit"],[]),
Problem is the last ,100 shouldn't be there. I tried a lot of other stuff to try to get the same error and the only thing that produced it was this.
Look familiar?
MODULE `scenes` ERROR:
Traceback (most recent call last):
File "compile.py", line 198, in <module>
get_globals()[entity_name] = check_syntax(get_globals()[entity_name], [entit
y_def['parser']], entity_def.get('uid', 0))
File "\mb_wfas_module_system_1143\WFaS Module_system
1.143\compiler.py", line 1619, in check_syntax
output.append(check_syntax(entity[index], parser[0], uid))
File "mb_wfas_module_system_1143\WFaS Module_system
1.143\compiler.py", line 1598, in check_syntax
output.append(check_syntax(entity[index], subparser, uid))
File "mb_wfas_module_system_1143\WFaS Module_system
1.143\compiler.py", line 1617, in check_syntax
for index in xrange(len(entity)):
TypeError: object of type 'int' has no len()
COMPILATION FAILED.
edit: this also causes it:
("town_9_tavern",sf_indoors,"oim_interier_rus_taverna", "bo_oim_interier_rus_taverna", (-100,-100),(100,100),-100,"0",
["exit"],100,[]),