Hi I'm having some scripting problems getting an activator to make my quest go to the next stage. I get no quest-update, and none of the dialogue options that should be in stage 20 are there. There are no errors when I compile the script, and I do get the messagebox upon activating it.
Is there something wrong with the script? Something wrong with the activator?
Scriptname GuardQuest extends ObjectReference Quest Property GuardQuest Auto {Connected to the flower quest}Event OnActivate(ObjectReference akActionRef)Debug.MessageBox("It is will not move.")GuardQuest.SetObjectiveDisplayed(20)GuardQuest.SetStage(20)endEvent
Also an extra question: What "if" code can I use if I desire for the activator to not be activated unless I'm at stage 10?