Help with adding a new fact type: Deed

I am adding a new fact type to document sellers and buyers listed in a deed.

What I have, and the resulting sentence for the seller, works like I want.

Seller (principal role)

<[person]>< and [Co-Seller]> sold property <[PlaceDetails]>< [Place]> (<[Desc]>)< [Date]>< to [Buyer]>.

Here’s the resulting text:

William Foster Griffin and Becky Frances McMillian sold property in Tuscaloosa County, Alabama, United States (surface rights NW quarter of SE quarter Section 30, Township 17, Range 9) on 23 Feb 1951 to Custer Cody Willcutt.

For the buyer, I have this.

<[Buyer]> bought property <from [person]>< and [Co-Seller]> <[PlaceDetails]>< [Place]> (<[Desc]>)< [Date]>.

This results in

Bought property from William Foster Griffin and Becky Frances McMillian in Tuscaloosa County, Alabama, United States (surface rights NW quarter of SE quarter Section 30, Township 17, Range 9) on 23 Feb 1951.

How do I get the buyer’s name to appear in his sentence?

Don’t you just love it when you read just a little further and find your own answer???

[ThisPerson] bought property <from [person]>< and [Co-Seller]> <[PlaceDetails]>< [Place]> (<[Desc]>)< [Date]>.

4 Likes