index afb570548ed..bbc55f73c0e 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -605,6 +605,7 @@ float GetCurrentActionParamFloat(object oObject, int nParam); 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); \ No newline at end of file +int StartsWith(string sString, string sPrefix); +int RunVariableEventWithParams(object oObject, string sEvent, array aParams); \ No newline at end of file