Contents
Support Managers
| Makaylah Wurgle English | online | 
| Rehnaeaislinn English | online | 
| shorty McKeenan English | online | 
| Aerielle Kiyori English | offline | 
| Alexander Pixels English | offline | 
| Amyalka English | offline | 
| Bustychocolate Ravenheart English | offline | 
| Glaznah Gassner English, Russian | offline | 
| Justina Mcminnar English | offline | 
| Sammyredfire English | offline | 
| Xartashah English | offline | 
| show offline managers | |
| English, Russian | 
SBSL Event: avatar_out_parcel
			Main > Bot Scripting Language > SBSL Event: avatar out parcel		
			
			| SBSL Events | 
Have a question? Ask at SmartBots DevPortal!
DevPortal is a blog and forum for developers. Ask your questions to get a prompt reply!
This event is fired when someone leaves the parcel the bot is in.
Variables
This event has the following variables:
- $avatar_name - the name of the avatar
- $avatar_uuid - the avatar's UUID
- $out_sim - tells if the avatar has left the sim or logged out
- $out_parcel - tells if avatar has left the parcel and moved to nearby parcel
Example
avatar_in_parcel { im $avatar_uuid IN } avatar_out_parcel { im $avatar_uuid OUT }
Note: This event is by default inactive on all bots. To enable it please send us a support ticket
Return back to events list.