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