Instead of the video you should post your capx file.
You can add an instance variable TreeUID to the Person sprite. When you assign a tree to a person, set Person.TreeUID to Tree.UID
This way you will always know which persons chops which tree, and will be able to pick the correct tree in events.
When you want to stop chopping, set TreeUID to 0.