diff --git a/AVsitter2/Plugins/AVprop/[AV]menu.lsl b/AVsitter2/Plugins/AVprop/[AV]menu.lsl index 11b9dcd..b1698cb 100644 --- a/AVsitter2/Plugins/AVprop/[AV]menu.lsl +++ b/AVsitter2/Plugins/AVprop/[AV]menu.lsl @@ -39,7 +39,7 @@ integer listen_handle; integer number_per_page = 9; integer menu_pages; string last_text; -string SEP = "�"; // OSS::string SEP; +string SEP = "�"; // OSS::string SEP = "\u007F"; integer pass_security(key id) { @@ -311,7 +311,6 @@ default { remove_script("Use only one copy of this script!"); } - // OSS::SEP = llUnescapeURL("%7F"); check_avsit(); notecard_key = llGetInventoryKey(notecard_name); Out(0, "Loading..."); diff --git a/AVsitter2/[AV]adjuster.lsl b/AVsitter2/[AV]adjuster.lsl index bc4bba4..2d195dd 100644 --- a/AVsitter2/[AV]adjuster.lsl +++ b/AVsitter2/[AV]adjuster.lsl @@ -46,7 +46,7 @@ list chosen_animations; string cache; string webkey; integer webcount; -string SEP = "�"; // OSS::string SEP; +string SEP = "�"; // OSS::string SEP = "\u007F"; string FormatFloat(float f, integer num_decimals) { @@ -359,7 +359,6 @@ default { remove_script("Use only one of this script!"); } - // OSS::SEP = llUnescapeURL("%7F"); llListen(chat_channel, "", llGetOwner(), ""); comm_channel = ((integer)llFrand(99999) + 1) * 1000 * -1; integer i; diff --git a/AVsitter2/[AV]sitA.lsl b/AVsitter2/[AV]sitA.lsl index 7c4fb57..5cc1dc5 100644 --- a/AVsitter2/[AV]sitA.lsl +++ b/AVsitter2/[AV]sitA.lsl @@ -82,7 +82,7 @@ string BRAND; string onSit; integer speed_index; integer verbose = 0; -string SEP = "�"; // OSS::string SEP; +string SEP = "�"; // OSS::string SEP = "\u007F"; Out(integer level, string out) { @@ -439,7 +439,6 @@ default { state_entry() { - // OSS::SEP = llUnescapeURL("%7F"); SCRIPT_CHANNEL = (integer)llGetSubString(llGetScriptName(), llSubStringIndex(llGetScriptName(), " "), -1); while (llGetInventoryType(memoryscript) != INVENTORY_SCRIPT) { diff --git a/AVsitter2/[AV]sitB.lsl b/AVsitter2/[AV]sitB.lsl index f2a82dc..7faa45e 100644 --- a/AVsitter2/[AV]sitB.lsl +++ b/AVsitter2/[AV]sitB.lsl @@ -48,7 +48,7 @@ string RLVDesignations; string onSit; integer speed_index; integer verbose = 0; -string SEP = "�"; // OSS::string SEP; +string SEP = "�"; // OSS::string SEP = "\u007F"; Out(integer level, string out) { @@ -242,7 +242,6 @@ default state_entry() { memory(); - // OSS::SEP = llUnescapeURL("%7F"); SCRIPT_CHANNEL = (integer)llGetSubString(llGetScriptName(), llSubStringIndex(llGetScriptName(), " "), -1); if (SCRIPT_CHANNEL) main_script += " " + (string)SCRIPT_CHANNEL;