OsKickAvatar

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
'''Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850'''
+
{|  width="100%" style="border: thin solid black"
<source lang="lsl">
+
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
 +
|- valign="top"
 +
|'''Threat Level''' || Severe
 +
 
 +
|- valign="top"
 +
|'''Function Syntax''' || <source lang="lsl">
 +
osKickAvatar(string FirstName,string SurName,string alert)
 +
</source>
 +
|- valign="top"
 +
|'''Example(s)||<source lang="lsl">
 
   default
 
   default
 
   {
 
   {
Line 10: Line 19:
 
</source>
 
</source>
  
'''osKickAvatar'''(string FirstName,string SurName,string alert)
+
|}
  
This is the same thing as the console command, but I thought it would be useful inworld. Threat level: Severe.
+
This is the same thing as the console command.
  
 +
Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850
  
[[Category:OSSL]]
+
[[Category:OSSL Functions]]

Revision as of 10:36, 11 June 2011

OsKickAvatar
Threat Level Severe
Function Syntax
osKickAvatar(string FirstName,string SurName,string alert)
Example(s)
default
  {
     state_entry()
     {
         osKickAvatar("AvatarFirst","AvatarLast","You have been kicked!");
     }
  }

This is the same thing as the console command.

Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850

Personal tools
General
About This Wiki