Difference between revisions of "Talk:Book"
→Markup Alias
imported>DosMike (→Markup Alias: new section) |
imported>DosMike |
||
Line 25: | Line 25: | ||
Does someone know how the book and the quest are linked? | Does someone know how the book and the quest are linked? | ||
Does the quest has to be started to fill the aliases like noted on [http://www.creationkit.com/Quest_Alias_Tab Quest Alias] or is it filled | Does the quest has to be started to fill the aliases like noted on [http://www.creationkit.com/Quest_Alias_Tab Quest Alias] or is it only filled when the quest is giving the item to the player like this | ||
''Quest: BQ01, Stage 10 - Script: Fragment_0''<syntaxhighlight lang="papyrus">;player has recieved quest | ''Quest: BQ01, Stage 10 - Script: Fragment_0''<syntaxhighlight lang="papyrus">;player has recieved quest | ||
Alias_Letter.TryToEnable() | Alias_Letter.TryToEnable() | ||
Game.GetPlayer().AddItem(Alias_Letter.GetReference()) | Game.GetPlayer().AddItem(Alias_Letter.GetReference()) | ||
</syntaxhighlight> | </syntaxhighlight> |