Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

llSay to a specific avatar

Dominique Laville
Registered User
Join date: 24 Apr 2008
Posts: 84
05-17-2008 03:38
is it possible to llSay something to a specific avatar ?
a command like llOwnerSay where i can decide who is the message recipient

i.e. llSay(0,"hello", avatarName)
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
05-17-2008 03:42
You can use llInstantMessage for that. It sleeps your script for 2 seconds on each call, so helper scripts just for sending IMs are sometimes wanted/needed.
_____________________