python early: config.allow_duplicate_labels = True init -2 python: erika_mc_ref = _("brother") erika_ref = _("sister") regina_ref = _("mother") regina_rel_summary = _("My mother, Regina, who's been caring for me and Erika alone since father was sent off to war. I trust her with my life, though I can't help but feel she's hiding something from me...") erika_rel_summary = _("My sister, Erika. As fierce as she is beautiful, Erika has joined the illusive inquisitors. I just hope she's never forced to choose between me and them...") init 999 python: Rel_Status_ID_Strings["rel_sister"] = { "Title":_("Sister"), "Icon":None, "ShowNumber":False} Rel_Status_ID_Strings["rel_mother"] = { "Title":_("Mother"), "Icon":None, "ShowNumber":False} label regina_origin: $ CharSetRelStatus("erika", "rel_sister") $ CharMeet("regina", DefaultRel = "rel_mother") return