4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
951 B

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)
_00E_EPHandler.GiveEP(450)
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