2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_NQ34_Functions extends Quest
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; FUNCTIONS
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Function AddLetter()
|
|
|
|
|
|
|
|
SetObjectiveDisplayed(1)
|
|
|
|
NQ34_BrotherGaljus_REF.AddItem(_00E_NordwindAnweisungLeuchtfeuer, 1)
|
|
|
|
|
|
|
|
EndFunction
|
|
|
|
|
|
|
|
Function KillRemark()
|
|
|
|
|
|
|
|
Utility.Wait(3)
|
|
|
|
_00E_MC_CaliaREF.Say(NQ34_D04_KillTopicTopic)
|
2024-01-09 22:00:18 +00:00
|
|
|
_00E_EPHandler.GiveEP(450)
|
2021-10-05 22:15:58 +00:00
|
|
|
|
|
|
|
EndFunction
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; PROPERTIES
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Actor Property NQ34_BrotherGaljus_REF Auto
|
|
|
|
Actor Property _00E_MC_CaliaREF Auto
|
|
|
|
|
|
|
|
Book Property _00E_NordwindAnweisungLeuchtfeuer Auto
|
|
|
|
|
|
|
|
Topic Property NQ34_D04_KillTopicTopic Auto
|