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.
 
 
 

53 lines
1.4 KiB

Scriptname _00E_NQ19_Functions extends Quest
;=====================================================================================
; FUNCTIONS
;=====================================================================================
Function GiveArtifactOneHanded()
PlayerREF.AddItem(_45E_Unique_MoralasGrace, 1)
EndFunction
Function GiveArtifactStaff()
PlayerREF.AddItem(_45E_Unique_IrlandasGrace, 1)
EndFunction
Function GiveArtifactBow()
PlayerREF.AddItem(_45E_Unique_KileanBow, 1)
EndFunction
Function GiveArtifactTwoHanded()
PlayerREF.AddItem(_45E_Unique_KileanGretaxe, 1)
EndFunction
Function FinishUp()
PlayerREF.AddItem(Gold001, 500)
PlayerREF.AddItem(_00E_Bank_BeteiligungsschreibenSchraubeHutUndPFuschAG, 1)
_00E_EPHandler.GiveEP(2000)
EndFunction
;=====================================================================================
; PROPERTIES
;=====================================================================================
Actor Property PlayerREF Auto
Book Property _00E_Bank_BeteiligungsschreibenSchraubeHutUndPFuschAG Auto
MiscObject Property Gold001 Auto
Weapon Property _45E_Unique_MoralasGrace Auto
Weapon Property _45E_Unique_IrlandasGrace Auto
Weapon Property _45E_Unique_KileanBow Auto
Weapon Property _45E_Unique_KileanGretaxe Auto