Event BotClanInfo

From StealthBot Wiki Backup
Jump to: navigation, search

The Event_BotClanInfo scripting event occurs when the bot is told it is a member of a WarCraft III clan. This can happen only during the logon sequence and will only occur if your bot is on WarCraft III and member of a clan.

This event occurs immediately after the "[CLAN] You are a RANK in Clan TAG." message you see during logon.

History

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

Syntax

Sub Event_BotClanInfo(ClanTag, Rank)
    ' ...
End Sub

Arguments

  • ClanTag is the string two-to-four-character clan tag.
  • Rank is the numeric rank you hold in your clan, a Battle.net clan rank.

Example

See also