GetOwningQuest().SetStage(10)
DialogueFavorGeneric.Persuade(AKSpeaker)
My trouble is trying to keep this syntax results in the compiler complaining about DialogueFavorGeneric being an undefined variable, and considering how there is a previous fragment a couple steps back with the exact same body that compiled just fine, I have no clue what the compiler is complaining about.
