Make support mode verbose

This commit is contained in:
zontreck 2024-08-31 15:19:17 -07:00
parent 903edd7135
commit 4252d775ce

View file

@ -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), "");
}