thanks, I did forgot to change the name in module_map_icons, but now that I did it still doesn't work.
This is what I have in module_parties.py:
("town_22","Bariyye", icon_town_desert|pf_town, no_menu, pt_none, fac_neutral,0,ai_bhvr_hold,0,(165, -106.7),[], 225),
##testing
("p_mod_town","Mod Town", icon_new_icon|pf_town, no_menu, pt_none, fac_neutral,0,ai_bhvr_hold,0,(-1, -1),[], 45),
##testing
# Aztaq_Castle
# Malabadi_Castle
("castle_1","Culmarr_Castle",icon_castle_a|pf_castle, no_menu, pt_none, fac_neutral,0,ai_bhvr_hold,0,(-101.3, -21),[],50),
And this is what I have in module_map_icons.py:
("bandit_lair",mcn_no_shadow,"map_bandit_lair", 0.45, 0),
##testing
("new_icon",0,"city", 2,0),
##testing
]
And still I get a cmd error:
"NameError: name 'icon_new_icon' is not defined"