Add a chat command to check support

This commit is contained in:
zontreck 2024-08-31 15:18:46 -07:00
parent 7a431c6c1e
commit 903edd7135

View file

@ -284,6 +284,8 @@ state boot{
if(llList2String(lD,0)==llGetObjectDesc())llDie(); if(llList2String(lD,0)==llGetObjectDesc())llDie();
} else if(m == "R9F") { } else if(m == "R9F") {
llResetScript(); llResetScript();
} else if(m == "CSup") {
checkSupport();
} }
}else if(c == 70) }else if(c == 70)
{ {