Fix support mode being automatic
This commit is contained in:
parent
fbac872549
commit
26853b43aa
3 changed files with 14 additions and 8 deletions
|
@ -5,11 +5,11 @@ default
|
|||
{
|
||||
state_entry()
|
||||
{
|
||||
llSetObjectName("FFF Stall Board Flash Drive [ZNI]");
|
||||
llSetObjectName("Stall Board Flash Drive [AC]");
|
||||
llListen(5, "", "", "");
|
||||
llListen(99, "", llGetOwner(), "");
|
||||
//llSay(0, "Memory stick is ready");
|
||||
g_iProtocol = 0x2110b;
|
||||
g_iProtocol = 0x2110c;
|
||||
llSetLinkColor(LINK_ROOT, <1,0,0>, 6);
|
||||
//llSay(0, "Flash Memory is empty");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue