Great i get it now

Thanks for specifying Mate
I'll go try it right away!
EDIT:
It doesn't seem to have changed anything, maybe i'm not doing it right.
This is what i have done with all "troop_get_type operations:
(troop_get_type, reg65, "$g_talk_troop"),
(val_mod, reg0, 2),
(try_begin),
(faction_slot_eq,"$g_talk_troop_faction",slot_faction_leader,"$g_talk_troop"),
(str_store_string,s64,"@{reg65?my Lady:my Lord}"), #bug fix
(str_store_string,s65,"@{reg65?my Lady:my Lord}"),
(str_store_string,s66,"@{reg65?My Lady:My Lord}"),
(str_store_string,s67,"@{reg65?My Lady:My Lord}"), #bug fix
(else_try),
(str_store_string,s64,"@{reg65?madame:sir}"), #bug fix
(str_store_string,s65,"@{reg65?madame:sir}"),
(str_store_string,s66,"@{reg65?Madame:Sir}"),
(str_store_string,s67,"@{reg65?Madame:Sir}"), #bug fix
(try_end),