MapMarker Madness

Post » Mon Jun 18, 2012 4:38 pm

I've been following the majority of the tutorial thus far, only running into problems twice so far. The first problem was that I was unable to actually give the player cash - this still seems to be failing for me now, but it's a secondary concern.

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
HeronTomb is simply the name of my quest - it is functionally identical to the tutorial one in all the relevant aspects.

Can anyone help me out here? What am I doing wrong?
User avatar
Catherine N
 
Posts: 3407
Joined: Sat Jan 27, 2007 9:58 pm

Post » Mon Jun 18, 2012 7:48 am

I haven't done that tutorial so I may be talking out my ass here.

Try this instead:

kmyQuest.GetReference().AddToMap()
User avatar
Jaylene Brower
 
Posts: 3347
Joined: Tue Aug 15, 2006 12:24 pm

Post » Mon Jun 18, 2012 6:07 pm

It sounds like "Alias_ThiefLocation" isn't of the correct type. http://www.creationkit.com/GetReference_-_ReferenceAlias exists in the http://www.creationkit.com/ReferenceAlias_Script, so "Alias_ThiefLocation" needs to be a ReferenceAlias or a derivative of ReferenceAlias. What type are you using for it currently?

Cipscis
User avatar
Michelle davies
 
Posts: 3509
Joined: Wed Sep 27, 2006 3:59 am


Return to V - Skyrim