OsKickAvatar
From OpenSimulator
(Difference between revisions)
(New page: '''Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850''' '''Requires Script Example:''' osKickAvatar(string FirstName,string SurName,...) |
Revolution (Talk | contribs) m (Adds example to osKickUser) |
||
Line 1: | Line 1: | ||
'''Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850''' | '''Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850''' | ||
− | + | default | |
− | + | <br> | |
+ | { | ||
+ | <br> | ||
+ | state_entry() | ||
+ | <br> | ||
+ | { | ||
+ | <br> | ||
+ | osKickAvatar("AvatarFirst","AvatarLast","You have been kicked!"); | ||
+ | <br> | ||
+ | } | ||
+ | <br> | ||
+ | } | ||
+ | <br> | ||
osKickAvatar(string FirstName,string SurName,string alert)<br>This is the same thing as the console command, but I thought it would be useful inworld. Threat level: Severe. | osKickAvatar(string FirstName,string SurName,string alert)<br>This is the same thing as the console command, but I thought it would be useful inworld. Threat level: Severe. |
Revision as of 21:56, 7 January 2010
Implemented December 30,2009 by Revolution in GIT# 87959464c9db8948bed89909913400bc2eb7524d - Rev 11850
default
{
state_entry()
{
osKickAvatar("AvatarFirst","AvatarLast","You have been kicked!");
}
}
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.