index bbc55f73c0e..9618f8690fc 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -606,6 +606,7 @@ object GetCurrentActionParamObject(object oObject, int nParam); 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); \ No newline at end of file +int RunVariableEventWithParams(object oObject, string sEvent, array aParams); +array GetCurrentVariableEventParams(); \ No newline at end of file