enderalse/source/scripts/_00e_nq24_playerhousing_functions.psc

25 lines
838 B
Plaintext
Raw Normal View History

scriptName _00E_NQ24_Playerhousing_Functions extends Quest
;=====================================================================================
; FUNCTIONS
;=====================================================================================
function FinishQuest()
_00E_EPHandler.GiveEP(__Config_RewardEXP)
Steam.UnlockAchievement("END_HOME_01")
endFunction
String Function ChooseHouseName()
Return (((Self as QUEST) as FORM) as UILIB_1).ShowTextInput("$How do you want to name your house?")
EndFunction
;=====================================================================================
; PROPERTIES
;=====================================================================================
Int property __Config_RewardEXP = 250 auto