29 lines
908 B
Plaintext
29 lines
908 B
Plaintext
Scriptname _00E_NQ05_Functions extends Quest
|
|
|
|
;=====================================================================================
|
|
; FUNCTIONS
|
|
;=====================================================================================
|
|
|
|
Function GiveBarrel()
|
|
|
|
PlayerREF.AddItem(_00E_Essigfass, 1)
|
|
|
|
EndFunction
|
|
|
|
Function GivePlayerShareholding()
|
|
|
|
SetObjectiveCompleted(20)
|
|
_00E_EPHandler.GiveEP(750)
|
|
PlayerREF.AddItem(_00E_Bank_BeteiligungsschreibenArkerBrauerei, 1, false)
|
|
|
|
EndFunction
|
|
|
|
;=====================================================================================
|
|
; PROPERTIES
|
|
;=====================================================================================
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
MiscObject Property _00E_Essigfass Auto
|
|
|
|
Book Property _00E_Bank_BeteiligungsschreibenArkerBrauerei Auto |