4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
786 B

Scriptname _00E_MQ11c_RyneusDogScript extends ReferenceAlias
Event OnActivate(ObjectReference akActionRef)
if (MQ11c.GetCurrentStageID() == 120)
;Game.GetPlayer().AddItem(_00E_MQ11c_RyneusTeddy, 1)
Actor PlayerREF = Game.GetPlayer()
MQ11cTeddyContainer.RemoveAllItems(PlayerREF, false, true)
If PlayerREF.GetItemCount(_00E_MQ11c_RyneusTeddy) < 1
PlayerREF.AddItem(_00E_MQ11c_RyneusTeddy, 1)
EndIf
_00E_NPCDogIdleWhineM.Play(Self.GetReference())
MQ11c.SetCurrentStageID(125)
Self.GetActorReference().SetOutfit(_00E_MQ11c_RyneusDogOutfit)
EndIf
EndEvent
Quest Property MQ11c Auto
MiscObject Property _00E_MQ11c_RyneusTeddy Auto
Sound Property _00E_NPCDogIdleWhineM Auto
Outfit Property _00E_MQ11c_RyneusDogOutfit Auto
ObjectReference Property MQ11cTeddyContainer Auto