index 6a9e70b8fd7..03f244f90a5 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -610,6 +610,7 @@ void RemovePlayerHouseVariables(object oObject); int StartsWith(string sString, string sPrefix); int RunVariableEventWithParams(object oObject, string sEvent, array aParams); array GetCurrentVariableEventParams(); int GetRemainingSpellSlots(object oCreature, int nClass, int nSpellLevel); void SetRemainingSpellSlots(object oCreature, int nClass, int nSpellLevel, int nSlots); -int GetSpellGainWithBonus(object oCreature, int nClass, int nSpellLevel); \ No newline at end of file +int GetSpellGainWithBonus(object oCreature, int nClass, int nSpellLevel); +void AddCustomJournalQuest(object oPlayer, string sPlotId, int nState, int nPriority, int nPictureIndex, int bCompleteQuest ,int nCalendarDay, int nTimeOfDay, string sName, string sText); \ No newline at end of file