I've made a dummy quest in order to simply have a mage drop from the sky with my spell tomes so my spells can be learnt, nothing is happening when I load a save though at all. Now I will fix the script to check if the player is outside once I know it's atleast running. All I've done is give the quest an ID, ticked Start Game Enabled, Run Once, created a stage and set it to Start Up Stage and attached this script:
Scriptname PR001MBQuestScript extends Quest Message property MageMessage autoActor property Mage autoEvent OnReset()Game.GetPlayer().PlaceAtMe(Mage, 0 , 0, 10000)MageMessage.Show()CompleteQuest()EndEvent
Any ideas why it's not running at all. First time making a quest in Skyrim and I only did one or two in Oblivion as I hated using them.
Thanks for any and all help.
