index 9618f8690fc..fdf05a13b6d 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -607,6 +607,8 @@ string GetCurrentActionParamString(object oObject, int nParam); location GetCurrentActionParamLocation(object oObject, int nParam); int IsValidPlayerScriptObject(object oObject); void RemovePlayerHouseVariables(object oObject); int StartsWith(string sString, string sPrefix); int RunVariableEventWithParams(object oObject, string sEvent, array aParams); -array GetCurrentVariableEventParams(); \ No newline at end of file +array GetCurrentVariableEventParams(); +int GetRemainingSpellSlots(object oCreature, int nClass, int nSpellLevel); +int SetRemainingSpellSlots(object oCreature, int nClass, int nSpellLevel, int nSlots); \ No newline at end of file