WoW:API FollowUnit: Difference between revisions
Jump to navigation
Jump to search
(Reformat. Expand.) |
No edit summary |
||
| Line 11: | Line 11: | ||
* 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]]. | * 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]]. | ||
* | * For historical reference, see also [[API FollowByName|FollowByName]](), which has been removed from the API. | ||
Revision as of 13:30, 17 October 2007
← WoW API < FollowUnit
Start following an allied unit
FollowUnit("unit")
Arguments
- unit
- String - the 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 discussion page.
- For historical reference, see also FollowByName(), which has been removed from the API.