I've managed to get my quest added into the game, and I am able to start it. But I can't for the life of me work out how to make the quest advance after killing the target NPC. Would anyone be able to shed some light on the matter?
Begin OnDeath ;so it will run once when the NPC diesIf GetStage YourQuestIDGoesHere == XX ;replace XX with number of the stage you should already be onSetStage YourQuestIDGoesHere XX ;replace XX with the stage you want it to be nowEndIfEnd
You may need to add an "Else" with stuff to do if the NPC dies before your quest is at the right stage, or set your NPC to essential until the right stage.