Need Help with Quest Creation...

Post » Sun Jun 17, 2012 10:35 pm

I am using the tutorial on quests on creationkit site and am in last chapter "loose ends". It says to add ObjectReference to script for stage 20... How do I go about doing this?
User avatar
Eibe Novy
 
Posts: 3510
Joined: Fri Apr 27, 2007 1:32 am

Post » Mon Jun 18, 2012 2:01 am

Please help... Really want to finish this Quest...
User avatar
Yama Pi
 
Posts: 3384
Joined: Wed Apr 18, 2007 3:51 am

Post » Mon Jun 18, 2012 11:52 am

You want to add an ObjectReference property for your script. Please post up the whole code or give us more info. What tutorial?
User avatar
x a million...
 
Posts: 3464
Joined: Tue Jun 13, 2006 2:59 pm

Post » Mon Jun 18, 2012 6:43 am

Quest Design Fundamentals, last Chapter.
User avatar
Keeley Stevens
 
Posts: 3398
Joined: Wed Sep 06, 2006 6:04 pm

Post » Mon Jun 18, 2012 7:49 am

You didn't really mention where at specifically in the tutorial you are.

I'm assuming you're talking about the Map Marker section.

Navigate to your Quest > Quest Stages> Stage 20

At this point, you should have the following:
SetObjectiveCompleted(10)
SetObjectiveDisplayed(20)

Next to "Compile," you'll see "Properties." Click Properties > Add Property > Type "Object Reference" > Name "DungeonMarker"

Click Ok, highlight your new DungeonMarker property from the "Property Name" list. Click Edit Value > Pick Reference in Render Window. Select the dungeon marker.

Edit:
Also add DungeonMarker.AddToMap() in the Stage 20 Papyrus Fragment section.
Should look like:

SetObjectiveCompleted(10)
SetObjectiveDisplayed(20)
DungeonMarker.AddToMap()


Come back and let us know if that worked.
User avatar
lucile
 
Posts: 3371
Joined: Thu Mar 22, 2007 4:37 pm


Return to V - Skyrim