Event BotClanInfo
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.
Contents
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
- Event_ClanMOTD(Message)
- Event_ClanMemberList(Username, Rank, Online)
- Event_ClanMemberUpdate(Username, Rank, Online)
- Event_ClanMemberLeaves(Username)
- Event_BotJoinedClan(ClanTag)
- Event_BotClanRankChanged(NewRank)
- Event_BotRemovedFromClan()
- Script events
- Script system
- Script