1. What are papyrus fragments?
2. Is it possible to attach a custom made script and completely ignore the whole fragments -part?
3. Is it possible to run a script by calling some kind of function from within the fragment script?
Thanks.
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment;NEXT FRAGMENT INDEX 6Scriptname HT_QuestProgress02 Extends TopicInfo Hidden;BEGIN FRAGMENT Fragment_5Function Fragment_5(ObjectReference akSpeakerRef)Actor akSpeaker = akSpeakerRef as Actor;BEGIN CODEQuestProgress();END CODEEndFunction;END FRAGMENT;END FRAGMENT CODE - Do not edit anything between this and the begin comment ReferenceAlias Property HT_AliasThief AutoFunction QuestProgress() GetOwningQuest().SetObjectiveCompleted(10) GetOwningQuest().SetObjectiveDisplayed(20) GetOwningQuest().SetStage(20) HT_AliasThief.GetReference().Enable()EndFunction
if !HT_AliasThief.GetRef() Debug.Notification("No reference in HT_AliasThief to enable.")endifif !HT_AliasThief.GetRef() Debug.Notification("No reference in HT_AliasThief to enable.")endif