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

;=====================================================================================
;              							PROPERTIES                  					 
;=====================================================================================

_00E_QuestFunctions Property Levelsystem Auto

Actor Property NQ34_BrotherGaljus_REF Auto
Actor Property _00E_MC_CaliaREF Auto

Book Property _00E_NordwindAnweisungLeuchtfeuer Auto

Topic Property NQ34_D04_KillTopicTopic Auto