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.
 
 
 

27 lines
598 B

Scriptname _00E_FS_NQR05_FatherMaskPickUp extends ObjectReference
Event OnLoad()
Self.BlockActivation(true)
Self.SetMotionType(4)
EndEvent
Event OnActivate(ObjectReference akActivator)
FS_NQR05_FatherVoiceREF.Say(FS_NQR05_FatherLastWordsTopic)
Utility.Wait(3)
FS_NQR05_FatherVoiceREF.Disable()
if akActivator.GetItemCount(Self.getBaseObject()) == 0
akActivator.addItem(Self.getBaseObject())
endif
Self.delete()
FS_NQR05.setStage(335)
Endevent
Topic Property FS_NQR05_FatherLastWordsTopic Auto
Quest Property FS_NQR05 Auto
ObjectReference Property FS_NQR05_FatherVoiceREF Auto