WoW API: FollowUnit

Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API FollowUnit to API FollowUnit without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < FollowUnit

Start following an allied unit

FollowUnit("unit")

ArgumentsEdit

unit
String - the UnitID to follow, e.g. "target", "party1", "raid1", etc..

DetailsEdit

  • To stop following someone: ( FollowUnit("player") )
    • 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 historical reference, see also FollowByName(), which has been removed from the API.