Reformat. Expand.
No edit summary |
(Reformat. Expand.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Start following an allied unit | |||
FollowUnit("[[API_TYPE_UnitId|unit]]") | |||
== Arguments == | |||
:;unit: String - the [[API_TYPE_UnitId|UnitID]] to follow, e.g. "target", "party1", "raid1", etc.. | |||
== Details == | |||
* It is '''not possible''' to ''stop'' following someone from a script. The player needs to take action (move, jump, sit, whatever). See the [[Talk: API FollowUnit|{{discussiontab}} page]]. | |||
* See also [[API FollowByName|FollowByName]]() | |||