DevPortal

Greeter events: avatar_in_parcel // avatar_out_parcel

Home Forums Developing with SmartBots Bots Playground (JavaScript) Greeter events: avatar_in_parcel // avatar_out_parcel

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #456
    UnderFawkes
    Participant

    Hello Glaznah!

    This would be awesome to have these events for greeting purpose instead of range system.

    Examples:

    
    Bot.on("avatar_in_parcel", function(event) {
    	Bot.im(event.avatar_uuid, "Hey! How are you "+ event.avatar_name +"?");
    });
    
    Bot.on("avatar_out_parcel", function(event) {
    	Bot.im(event.avatar_uuid, "Alright! See you soon "+ event.avatar_name +"!");
    });
    

    I’m playing with the Playground scripts since yesterday and the potential seems absolutely powerfull!
    I’m so hyped to test all its features. I plan to post here all feature requests.

    Hope you can implement some ;)

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.