Difference between revisions of "Event BotJoinedClan"

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

Latest revision as of 08:20, 1 December 2017

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