At the end of a conversation with a NPC guard I need to advance a related quest. So far at the end of the conversation I have a basic GetOwningQuest.SetStage(10). This prevents the conversation from ever repeating as the condition to begin the conversation was 0. So at Stage 10 in the quest window I click Log Entry > New, no text required here and go to Papyrus Fragments. In the past I'm sure I could add a property, before typing any script, by just typing ";" and clicking Properties. It doesn't do that now. So I type in Quest Property MyQuest Auto and click Compile. The script errors, So I can't get the other quest to advance a stage. I guess what I was hoping to achieve was this...
Quest Property MyQuest Auto
MyQuest.SetStage(30)
Thanks for any advice.