Difference between revisions of "Talk:LlListen"

From Second Life Wiki
Jump to navigation Jump to search
Line 11: Line 11:
}}
}}
{{QA
{{QA
|Q=By other scrpits?
|Q=By other scripts?
|A=Can't keep other scripts from hearing what your script says. But you can write complicated channel hopping communications that span the entire range of 4 billion channels, reducing the probability of anyone capturing a complete message.
|A=Can't keep other scripts from hearing what your script says. But you can write complicated channel hopping communications that span the entire range of 4 billion channels, reducing the probability of anyone capturing a complete message.
}}
}}
}}
}}

Revision as of 15:08, 27 March 2007

  1. Has this function to be called in every state?
  2. Yes, it's a feature. Strife Onizuka
  1. How can i send commands in chat that cannot be seen by others?
    1. By other avatars?
    2. Use any channel other then 0 (PUBLIC_CHANNEL).
    1. By other scripts?
    2. Can't keep other scripts from hearing what your script says. But you can write complicated channel hopping communications that span the entire range of 4 billion channels, reducing the probability of anyone capturing a complete message.