These forums are CLOSED. Please visit the new forums HERE
send IM to a different avatars UUID |
|
|
Death4 Clip
Registered User
Join date: 11 Nov 2007
Posts: 5
|
04-19-2008 06:34
im looking for a way to send an IM to a custom avatar, using the UUID (or just name if its possible) cheers.
|
|
Jesse Barnett
500,000 scoville units
Join date: 21 May 2006
Posts: 4,160
|
04-19-2008 07:00
im looking for a way to send an IM to a custom avatar, using the UUID (or just name if its possible) cheers. Take a look here: http://www.cheesefactory.us/lslwm/llInstantMessage.htm _____________________
I (who is a she not a he) reserve the right to exercise selective comprehension of the OP's question at anytime.
I am still around, just no longer here. See you across the aisle. Hope LL burns in hell for archiving this forum |
|
Death4 Clip
Registered User
Join date: 11 Nov 2007
Posts: 5
|
04-19-2008 07:11
right, so "llInstantMessage("User-UUID", llGetOwner() + " Is offline"
;"should send the avatar with that UUID, an im containing the owner-name and "Is offline", right? |
|
JayD Torgeson
Registered User
Join date: 24 May 2004
Posts: 5
|
04-19-2008 17:48
llInstantMessage(User_UUID, llKey2Name(llGetOwner))+ "Is offline"
; would send a message to the agent that matches the User_UUID and tell them that the script's owner is offline(assuming the script makes sure the owner is offline before sending this instant message). |
|
Nexii Malthus
[Cubitar]Mothership
Join date: 24 Apr 2006
Posts: 400
|
04-20-2008 04:02
You can't use llKey2Name on an avatar not present in the sim, so use llRequestAgentData to fetch the name in the dataserver event.
_____________________
![]() Geometric Library, for all your 3D maths needs. https://wiki.secondlife.com/wiki/Geometric Creator of the Vertical Life Client |