Event BotJoinedClan

From StealthBot Wiki Backup
Jump to: navigation, search

The Event_BotJoinedClan() scripting event occurs when the bot successfully joins a WarCraft III clan.

History

The Event_BotJoinedClan() event was added in StealthBot version 2.7 by Stealth by request of raylu.

Syntax

Sub Event_BotJoinedClan(ClanTag)
    ' ...
End Sub

Arguments

  • ClanTag is the string two-to-four-character clan tag.

Example

See also