index 10fd5946178..04cce5c712b 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -615,6 +615,7 @@ void SetRemainingSpellSlots(object oCreature, int nClass, int nSpellLevel, int n int GetSpellGainWithBonus(object oCreature, int nClass, int nSpellLevel); void JournalAddQuest(object oPlayer, string sPlotId, string sTitle, string sText, int nState, int nPriority, int bCompleted, int nCalendarDay, int nTimeOfDay); void NotifyJournalUpdated(object oPlayer, string sMesssage, int bIsQuest=TRUE, int bIsCompleted=FALSE); void JournalRemoveQuest(object oPlayer, string sPlotId); void __Spacer619__(string sPlayerName); -array GetWorldTime(); \ No newline at end of file +array GetWorldTime(); +int IsProxyPlayer(object oPlayer); \ No newline at end of file