Add a chat command to check support
This commit is contained in:
parent
7a431c6c1e
commit
903edd7135
1 changed files with 2 additions and 0 deletions
|
@ -284,6 +284,8 @@ state boot{
|
|||
if(llList2String(lD,0)==llGetObjectDesc())llDie();
|
||||
} else if(m == "R9F") {
|
||||
llResetScript();
|
||||
} else if(m == "CSup") {
|
||||
checkSupport();
|
||||
}
|
||||
}else if(c == 70)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue