Doll Script

34 views
Skip to first unread message

Happiness Consultant

unread,
Jun 21, 2011, 12:21:50 AM6/21/11
to OpenCollar
I am looking to play around with a Doll Script inside a key. I have
had very little luck finding anything. Does anyone have some code that
I can play with? Thanks in advance!

ani

unread,
Jun 21, 2011, 1:19:00 AM6/21/11
to OpenCollar
OK are you looking to add RLV to the doll key or what. as that i know
of there are no Doll scripts for OpenCollar, but you are more then
welcome to creat a doll script for OpenCollar. Without knowing what
you are wanting the doll key to do, it is impossible to give you codes
for what you may need. But you are welcome to look at the wiki pages
for RLV in SecondLife.

integer LOCALSETTING_SAVE = 2500;
integer LOCALSETTING_REQUEST = 2501;
integer LOCALSETTING_RESPONSE = 2502;
integer LOCALSETTING_DELETE = 2503;
integer LOCALSETTING_EMPTY = 2504;

Notify(key kID, string sMsg, integer iAlsoNotifyWearer)
{
if (kID == g_kWearer)
{
llOwnerSay(sMsg);
} else {
llInstantMessage(kID,sMsg);
if (iAlsoNotifyWearer)
{
llOwnerSay(sMsg);
}
}
}

Now what do you want the key to do, as without knowing persciesly what
you wish to do, you can use things like this as a point of referance.
good luck

Satomi Ahn

unread,
Jun 21, 2011, 2:34:08 AM6/21/11
to openc...@googlegroups.com
There were a few OC powered doll keys given in R&D group notices, with
plugin for controlling the key. Let me find it in my inventory and
send it to you.

--
Satomi Ahn

Satomi Ahn

unread,
Jun 21, 2011, 2:43:10 AM6/21/11
to openc...@googlegroups.com
Happiness, what is your SL name? I cannot find you in search!

The Happiness Consultant

unread,
Jun 21, 2011, 7:46:24 AM6/21/11
to openc...@googlegroups.com

Ted floresby... Thanks!

Reply all
Reply to author
Forward
0 new messages