OSS: Use "\u007F" instead of assigning it at runtime.
This commit is contained in:
parent
8a10a36515
commit
b191988334
4 changed files with 4 additions and 8 deletions
|
@ -82,7 +82,7 @@ string BRAND;
|
|||
string onSit;
|
||||
integer speed_index;
|
||||
integer verbose = 0;
|
||||
string SEP = "<22>"; // OSS::string SEP;
|
||||
string SEP = "<22>"; // 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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue