I'm not sure exactly what your save file looks like, but I can give an example of how it should be done. If you have this:
Code:
flags=
{
guardian_asked_to_change_focus=1182.7.21
taught_chinese_strategy=1194.6.8
beneficiary_who_received_titles=1200.2.1
landed_beneficiary=1200.2.1
recieved_royal_marriage_aid_duty=1231.3.15
runestones_halted=1219.6.16
found_court_physician=1238.7.14
}
And want to delete that you received a royal marriage aid duty, you'd delete the entire line, so the text would end up looking like this:
Code:
flags=
{
guardian_asked_to_change_focus=1182.7.21
taught_chinese_strategy=1194.6.8
beneficiary_who_received_titles=1200.2.1
landed_beneficiary=1200.2.1
runestones_halted=1219.6.16
found_court_physician=1238.7.14
}
My guess is that something in your editing went wrong, and you ended up deleting too much or too little.
Does this help?