FollowByName

From Warcraft Wiki
Jump to navigation Jump to search
Links
Info
Added in 1.0.0

Start following a player by their name.

FollowByName("name", exactMatch);

Parameters

Arguments

("name", exactMatch)
name
String - The name of the player to follow.
exactMatch
Boolean

Example

FollowByName("Norrin", true);

Details

  • If the given player name isn't nearby or doesn't exist, and exactMatch isn't set, FollowByName picks the closest match from characters nearby.
  • It is not possible to stop following someone from a script. The player needs to take action (move, jump, sit, whatever). See the Discussion page for FollowUnit().

Patch changes