index b162825f866..67b2d1601ba 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -529,15 +529,15 @@ 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); -string GetCurrentVariableEvent2(); -object GetCurrentVariableEventTarget2(); -void BypassVariableEvent2(); -void UnregisterVariableEvent2(object oObject, string sEvent, string sScript); -void RegisterVariableEvent2(object oObject, string sEvent, string sScript, int bNoByPass=FALSE); +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); void SendWebClientCommand(int nPlayerId, string sTag, string sParams, int nDuration=30, string sReason="MISC"); int GetPlayerServerRoles(object oPlayer); int PC_GetPlayerOptions(object oPC); int PC_GetPlayerOption(object oPC, int nOption); void PC_SetPlayerOption(object oPC, int nOption, int bOn);