Jump to content

Could someone give me the Papyrus Fragment from RESceneKmK03 stage 1000


Thirdstorm

Recommended Posts

Working on a Wounded dog companion mod and It seems like part of my problem is the scripting is broken / failing to load.

 

";Failed to load code for fragment Fragment_Stage_1000_Item_00"

 

Would someone mind posting the data from that quest stage for me?

Link to comment
Share on other sites

solved, thanks for the unpacking tip.

 

 

phase 1000

Function Fragment_Stage_1000_Item_00()
Quest __temp = Self as Quest
rescript kmyQuest = __temp as rescript
(Alias_TRIGGER.GetRef() as retriggerscript).ReArmTrigger()
Alias_Dog.GetRef().MoveToMyEditorLocation()
EndFunction

WoundedDogFollow.SetValueInt(0)

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...