Difference between revisions of "Event BotClanInfo"

From StealthBot Wiki Backup
Jump to: navigation, search
(Syntax)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:20, 1 December 2017

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