Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

llInstantMessage

Darkthion Lake
Registered User
Join date: 21 Jul 2006
Posts: 2
07-23-2006 00:09
How do i use IllinstantMessage() to send a Message to someone who si NOT the owner of the object. I beleive i need some method to determine a key from a name? How would i go about doing this?.
Dustin Widget
Script Monkey for hire
Join date: 15 Feb 2006
Posts: 101
07-23-2006 01:07
you have to either know the key or detect it wil listen, collision, touch, or sensor
Neb Soyer
Really good looking.
Join date: 9 Apr 2006
Posts: 45
07-23-2006 05:36
From: Dustin Widget
you have to either know the key or detect it wil listen, collision, touch, or sensor


Yes.

An example;

CODE
default
{
touch_start(integer num_detected)
{
llInstantMessage(llDetectedKey(0), "Thanks for touching me, but I don't date old men.");
}
}
_____________________
down in the ghetto.