OsAvatarName2Key

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 29: Line 29:
 
<Additional info/content goes here>
 
<Additional info/content goes here>
  
<!-- USING NANO TO UPLOAD EDITS -->
+
<!-- Edited with Kate -->
 
+
  
 
[[Category:OSSL Functions]]
 
[[Category:OSSL Functions]]

Revision as of 15:19, 8 June 2011

OsAvatarName2Key
Threat Level <Threat Level goes here>
Function Syntax <Syntax goes here>
Example(s)
//
// Sample Script using osAvatarName2Key(first,last) to send Instant Message
// 
 
string FirstName = "John";
string LastName = "Smith";
default
{
   state_entry()
   {
       llSay(0, "Script running");
   }
   touch_end(integer num)
   {
       kAvatarKey = osAvatarName2Key(FirstName, LastName);
       llInstantMessage(kAvatarKey, "Test Message Here");    
   }
}

<Additional info/content goes here>

Personal tools
General
About This Wiki