The problem I do have is that after properly setting up my quest, I attempt to place Map Markers to lead the player to the quest location. I'm going by the Tutorial so it's basically ready for Radiant Quests, and I've set up my LocationMarker and ThiefLocation.
Adding this line, though : (In the Quest Stages tab of my quest) is not working :
Alias_ThiefLocation.GetReference().AddToMap()
It leads to the following error when compiling :
c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_HeronTomb01_0100198E.psc(75,21): GetReference is not a function or does not exist
c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_HeronTomb01_0100198E.psc(75,36): none is not a known user-defined type
c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\QF_HeronTomb01_0100198E.psc(75,36): none is not a known user-defined type
Can anyone help me out here? What am I doing wrong?
