New to CP, need help editing event

Maclimes

Cowpoke
I'm new to this, and at the moment I just want to learn. My task for the moment is to stop Abigail from walking around at the SV Fair.

This is the relevant section in Data/Festivals/fall16:

"content": {
"name": "Stardew Valley Fair",
"conditions": "Town/900 1500",
"set-up": "fallFest/-1000 -1000/farmer 12 54 1/changeToTemporaryMap Town-Fair/viewport -1000 -1000/loadActors Set-Up/advancedMove Vincent true -3 0 2 5000 3 0 2 5000/advancedMove Jas true 2 0 4 5000 -2 0 4 5000/advancedMove Marnie true -2 0 4 5000 2 0 2 5000/advancedMove Abigail true 4 6000 5 0 0 3 2 6000 0 -3 -5 0/advancedMove Robin true 0 1 1 5000 0 -2 3 5000 0 1 1 5000/animate Sebastian false true 200 16 16 16 16 16 16 16 16 16 16 16 16 17 18 19 20 21 21 21 21 20 22 22 23/addTemporaryActor BabyPig 32 32 65 68 2 false Animal/addTemporaryActor Pig 32 32 65 70 3 false Animal/addTemporaryActor White_Chicken 16 16 59 67 2 false Animal/addTemporaryActor Brown_Chicken 16 16 61 67 2 false Animal/addTemporaryActor White_Cow 32 32 59 72 0 false Animal/addTemporaryActor BabyWhite_Cow 32 32 61 72 1 false Animal/advancedMove BabyPig true 0 1 3 5000 0 -1 0 7000/advancedMove Pig true 3 5000 0 1 1 5000 0 -1 3 5000/advancedMove White_Chicken true 1 0 2 7000 -1 0 2 10000/animate Brown_Chicken false true 500 16 17/viewport 22 22 true unfreeze/globalFadeToClear/pause 2000/playerControl fair",

Okay, so I know the thing that makes her move is this segment: "advancedMove Abigail true 4 6000 5 0 0 3 2 6000 0 -3 -5 0/"

I just want to remove that one bit. I'm confused on how, exactly, to edit that with Content Patcher. The first step is easy:

//Hold Still Abigail
{
"Action": "EditData",
"Target": "Data/Festivals/fall16",
????
},

The problem is that next step. Do I use Fields, Entries, TextOperations, or something different? I'm not real clear on how that works. And does it matter that "set-up" is nested under "content"?

I attempted a few things, and couldn't get it to work. I usually try to look at examples that other modders have done in the past when that happens, but I'm unable to find one similar to this goal. Can anyone offer some guidance on this? Thanks!
 

Maclimes

Cowpoke
Addendum: While I'm at it, is it possible to output to the SMAPI console? I see messages from other mods popping up there. It would be handy in my troubleshooting to be able to throw up flags at certain times.
 
Top