LlOwnerSay/it

From Second Life Wiki
< LlOwnerSay
Revision as of 10:26, 13 June 2010 by Tia Myrtle (talk | contribs) (Created page with '{{LSL_Function/it |func_id=292|func_sleep=0.0|func_energy=10.0 |func=llOwnerSay|p1_type=string|p1_name=msg |func_footnote=Per sentire il messaggio il proprietario deve essere nel...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sommario

Function: llOwnerSay( string msg );
292 ID funzione
0.0 Ritardo
10.0 Energia

Invia il messaggio al proprietario dell'oggetto.

• string msg

Per sentire il messaggio il proprietario deve essere nella stessa regione da cui viene trasmesso.

Avvertimenti

  • Il messaggio è limitato a 1024 bytes
All Issues ~ Search JIRA for related Bugs

Esempi

<lsl>default {

   touch_start()
   {
       llOwnerSay("Solo il mio Owner può leggermi!" );
   }
}</lsl>

Si veda anche

Funzioni

•  llRegionSay Invia il messaggio all'intera Regione
•  llShout/it Invia il messaggio nel raggio di 100 Metri
•  llSay/it Invia il messaggio nel raggio di 20 Metri
•  llWhisper/it Invia il messaggio nel raggio di 10 Metri
•  llInstantMessage/it Invia in chat il messaggio all'Owner (o ad altri utenti specifici) per evitare lo spam nel

Note approfondite

Search JIRA for related Issues

Firma

function void llOwnerSay( string msg );