llGetAgentPreferredLanguage

From Second Life Wiki
Revision as of 15:41, 22 May 2007 by Eraz Rhode (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: llGetAgentPrefedLanguage( );
REQUEST Function ID
1.0 Forced Delay
10.0 Energy

Returns a string with the content of the profiles entry about languages.

Caveats

  • This function causes the script to sleep for 1.0 seconds.Requires data from the Owners profile,which is atm not formatted and dificult to parse
All Issues ~ Search JIRA for related Bugs

Examples

Notes

This function would allow us to get information about prefered languages the agent is capable of and this way offer scripts to alternate dialogs texts, notecards etc. to the specific language prefered by the agent.

Deep Notes

Search JIRA for related Issues

Signature

//function void llGetAgentPrefedLanguage();