Make support mode verbose
This commit is contained in:
parent
903edd7135
commit
4252d775ce
1 changed files with 1 additions and 0 deletions
|
@ -486,6 +486,7 @@ state boot{
|
|||
list lPar = llParseStringKeepNulls(b,[";;"],[]);
|
||||
if(llList2String(lPar,0)=="GetSupport"){
|
||||
g_lSupport = llParseString2List(llList2String(lPar,1), ["~"],[]);
|
||||
llSay(0, "Support Mode Enabled");
|
||||
llMessageLinked(LINK_SET, 0x1D, llList2Json(JSON_ARRAY, g_lSupport), "");
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue