Contents

Support Managers

Anomelli Mellow
English
online
Aerielle Kiyori
English
offline
show offline managers  
English, Hindi, Russian  

SBSL Event: avatar_in_parcel

Have a question? Ask at SmartBots DevPortal!

DevPortal is a blog and forum for developers. Ask your questions to get a prompt reply!

Continue to DevPortal


This event is fired when someone enters the same 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

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.