Talk:LSL Protocol/Restrained Life Relay/Other Implementations/Felis Darwin's Amethyst Plugin

From Second Life Wiki
< Talk:LSL Protocol
Revision as of 04:31, 22 July 2008 by Caren DeCuir (talk | contribs) (New page: Hi Felis, Thanks for your great work. It might be useful to add a clear on command "newowner". Not really important, but useful if trying a "wrong" master/mistress. I used: if (cmd ==...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Hi Felis,

Thanks for your great work.

It might be useful to add a clear on command "newowner".

Not really important, but useful if trying a "wrong" master/mistress.

I used:

if (cmd == "newowner")

   {
       llOwnerSay ("@clear");
       llResetScript ();
   }

Yours

Caren DeCuir