Difference between revisions of "Bethesda Tutorial Radiant Quests"
Bethesda Tutorial Radiant Quests (edit)
Revision as of 00:38, 12 February 2012
, 00:38, 12 February 2012no edit summary
imported>SLiesegang |
imported>Roarian |
||
Line 56: | Line 56: | ||
* GetIsId: MapMarker | * GetIsId: MapMarker | ||
Finally, we just need to change our script for stage | Finally, we just need to change our script for stage 10 to add this map marker instead of the hard-coded reference we put before. So edit the stage 10 script to now read: | ||
<source lang=papyrus> | <source lang=papyrus> | ||
SetObjectiveDisplayed(10) | |||
Alias_Thief.GetReference().Enable() | |||
Alias_LocationMarker.GetReference().AddToMap() | |||
</source> | </source> | ||