How do I reference a map marker

Post » Mon Jun 18, 2012 3:52 pm

I am following the tutorial on the creation kit wiki site and I'm at the "Loose Ends" Tutorial in the quests section, the problem I'm having is the "map marker" section the text reads

"Navigate to stage 20 of our quest, and add an ObjectReference property to the script, and call it "DungeonMarker". Select the map marker as the target of the property. "

the problem is that they expect me to know how to do this and I just don't, I've already done all other steps in the quest tutorial and I assume they want me to reference the map marker in the "quest alias" Tab, I've referenced an NPC and an object, but I just don't know how to reference the map marker. I may be completely wrong, I just have no idea.

any help would be awsome, thanks.
User avatar
Andrea Pratt
 
Posts: 3396
Joined: Mon Jul 31, 2006 4:49 am

Post » Mon Jun 18, 2012 2:05 am

In the "Scripts" window, select your script, R-Click and choose "Edit Properties", choose "Add Property", then select "ObjectReference" from the dropdown box. From there it should, provided your property matches the EditorID of the marker REFR, automatically fill and point to your marker (DungeonMarker) allowing the record bearing the script to know what to do with said script and with which forms since the script itself has no knowledge of what's going on in any plugins.
User avatar
helliehexx
 
Posts: 3477
Joined: Fri Jun 30, 2006 7:45 pm

Post » Mon Jun 18, 2012 2:13 am

thanks a lot that was great help!
User avatar
Neil
 
Posts: 3357
Joined: Sat Jul 14, 2007 5:08 am

Post » Mon Jun 18, 2012 11:23 am

Glad I was able to help. :)
User avatar
Michael Russ
 
Posts: 3380
Joined: Thu Jul 05, 2007 3:33 am


Return to V - Skyrim