2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_NQ05_Functions extends Quest
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; FUNCTIONS
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Function GiveBarrel()
|
|
|
|
|
|
|
|
PlayerREF.AddItem(_00E_Essigfass, 1)
|
|
|
|
|
|
|
|
EndFunction
|
|
|
|
|
|
|
|
Function GivePlayerShareholding()
|
|
|
|
|
|
|
|
SetObjectiveCompleted(20)
|
2024-01-09 22:00:18 +00:00
|
|
|
_00E_EPHandler.GiveEP(750)
|
2021-10-05 22:15:58 +00:00
|
|
|
PlayerREF.AddItem(_00E_Bank_BeteiligungsschreibenArkerBrauerei, 1, false)
|
|
|
|
|
|
|
|
EndFunction
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; PROPERTIES
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
|
|
|
|
MiscObject Property _00E_Essigfass Auto
|
|
|
|
|
|
|
|
Book Property _00E_Bank_BeteiligungsschreibenArkerBrauerei Auto
|