49 lines
1.2 KiB
Plaintext
49 lines
1.2 KiB
Plaintext
|
Scriptname _00E_NQ11_Functions extends Quest
|
||
|
|
||
|
;=====================================================================================
|
||
|
; FUNCTIONS
|
||
|
;=====================================================================================
|
||
|
|
||
|
Function SetCellPublic(bool bPublic)
|
||
|
|
||
|
If bPublic
|
||
|
CapitalCityFremdenviertelHaus.SetPublic(True)
|
||
|
Else
|
||
|
CapitalCityFremdenviertelHaus.SetPublic(False)
|
||
|
EndIf
|
||
|
|
||
|
EndFunction
|
||
|
|
||
|
Function MoveVera()
|
||
|
|
||
|
NQ11_VeraEisenfurthRef.Disable()
|
||
|
|
||
|
EndFunction
|
||
|
|
||
|
Function RemoveLute()
|
||
|
|
||
|
PlayerREF.RemoveItem(_00E_EisenfurtsLaute, 1)
|
||
|
|
||
|
EndFunction
|
||
|
|
||
|
Function EnableVera()
|
||
|
|
||
|
NQ11_VeraEisenfurthRef.Enable()
|
||
|
NQ11_VeraEisenfurthRef.MoveTo(TeleportMarker_ArkMarket)
|
||
|
Levelsystem.GiveEP(680)
|
||
|
|
||
|
EndFunction
|
||
|
|
||
|
;=====================================================================================
|
||
|
; PROPERTIES
|
||
|
;=====================================================================================
|
||
|
|
||
|
_00E_QuestFunctions Property Levelsystem Auto
|
||
|
|
||
|
Actor Property PlayerREF Auto
|
||
|
Actor Property NQ11_VeraEisenfurthRef Auto
|
||
|
|
||
|
Cell Property CapitalCityFremdenviertelHaus Auto
|
||
|
|
||
|
MiscObject Property _00E_EisenfurtsLaute Auto
|
||
|
ObjectReference Property TeleportMarker_ArkMarket Auto
|