[Opensim-dev] llKey2Name.....

James Stallings II james.stallings at gmail.com
Wed May 28 12:03:15 UTC 2008


You cannot at this time. Neither opensim nor the Linden Labs grid is
prepared for this at present.


On Wed, May 28, 2008 at 2:12 AM, Protin Albert-Paul <approtin at citeonline.org>
wrote:

> Hi,
>
> we created a virtual world second life on a private server with sources
> available in open simulator.
>
> How can make a direct link with second life from our private server?
>
> Thank you for your reply.
>
> AP Protin
>
>
> -----Message d'origine-----
> De : opensim-dev-bounces at lists.berlios.de [mailto:
> opensim-dev-bounces at lists.berlios.de] De la part de Dr Scofield
> Envoyé : mercredi 28 mai 2008 08:23
> À : terry at usfastweb.com; opensim-dev at lists.berlios.de
> Objet : Re: [Opensim-dev] llKey2Name.....
>
> Terry F. wrote:
> > Hello Destiny,
> >
> > Thanks for your reply... I made a simple script just to test some
> functions.
> > Everything works as expected except llOwnerSay does not work, llKey2Name
> > returns "basic entity" and llDetectedOwner returns nothing.....here it
> is.
> >
> > default
> > {
> >     state_entry()
> >     {
> >         llSetText("Script Test", <1,0,0>, 1.0);
> >         llSay(0,"Hello Everyone!");
> >         llOwnerSay("Hello Owner!");
> >     }
> >
> >     touch_start(integer total_number)
> >         {
> >
> >         llSetText("Script Test", <0,0,1>, 1.0);
> >
> >         key myowner = llDetectedOwner(0);
> >
> >         key mykey = llDetectedKey(0);
> >
> >         string myname = llKey2Name(mykey);
> >
> >         llSay(0,"Key is: " + (string)mykey + "\nMy Name is: " +
> > (string)myname + "\nMy owner is: " +(string)myowner);
> >
> >         }
> > }
> >
> ok...tested that on a r4862 OpenSim, this is what i get:
>
>    [22:17]  Primitive: Script running
>    [22:18]  Primitive: Hello Everyone!
>    [22:18]  Primitive: Hello Owner!
>    [22:18]  Primitive: Key is: f838d45c-f496-4e84-8351-6e30e1e5ceb8
>    My Name is: (basic entity)
>    My owner is:
>    [22:18]  Primitive: Key is: f838d45c-f496-4e84-8351-6e30e1e5ceb8
>    My Name is: (basic entity)
>    My owner is:
>
> so, at least llOwnerSay is working :-) getting the owner key does not
> seem to work neither does the name.
>
>    cheers,
>    dr scofield
>
> --
> dr dirk husemann ---- virtual worlds research ---- ibm zurich research lab
> SL: dr scofield ---- drscofield at xyzzyxyzzy.net ---- http://xyzzyxyzzy.net/
> RL: hud at zurich.ibm.com - +41 44 724 8573 - http://www.zurich.ibm.com/~hud/<http://www.zurich.ibm.com/%7Ehud/>
>
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>



-- 
===================================
The wind
scours the earth for prayers
The night obscures them
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20080528/bbdec99c/attachment-0001.html>


More information about the Opensim-dev mailing list