Hi guys!
I'm looking for a way to give the main party a woman icon upon choosing female at the very begining of the game.
I tried to edit the game menus.py
seems like it passed the module building but when I go inside the game I still see godd old plain male player icon.
Can anyone tell me what's wrong with my code?
("start_female",[],"Female",
[
(troop_set_type,"trp_player",1),
(assign,"$character_gender",tf_female),
(party_set_icon, "p_main_party", "icon_woman_b"),
(jump_to_menu,"mnu_start_character_1")
]
),