index 67b2d1601ba..aeb73163991 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -528,11 +528,11 @@ void PC_SetSavedLocationData(object oPC, string sLocation, int nServerId); string VectorToString(vector v); vector StringToVector(string s); string LocationToString(location l); location StringToLocation(string s); string PC_GetSavedLocationString(object oPC); -int RunVariableEvent2(object oObject, string sEvent); +int RunVariableEvent(object oObject, string sEvent); string GetCurrentVariableEvent(); object GetCurrentVariableEventTarget(); void BypassVariableEvent(); void UnregisterVariableEvent(object oObject, string sEvent, string sScript); void RegisterVariableEvent(object oObject, string sEvent, string sScript, int bNoByPass=FALSE);