index e7ee25cffe3..2ff4e4db18a 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -398,11 +398,11 @@ void SetEventResultFloat(float fResult); void SetEventResultEffect(effect eResult); void SetEventResultArray(array aResult); void SetEventResultDictionary(dictionary dResult); void SetEventResultVector(vector vResult); void SetEventResultLocation(location lResult); -void RunEvent(string sScript, object oTarget, array aParams); +int RunEvent(string sScript, object oTarget, array aParams); int RunEventInt(string sScript, object oTarget, array aParams); object RunEventObject(string sScript, object oTarget, array aParams); string RunEventString(string sScript, object oTarget, array aParams); float RunEventFloat(string sScript, object oTarget, array aParams); effect RunEventEffect(string sScript, object oTarget, array aParams);