anyoer* 发表于 2013-11-3 14:07:59

【amGetFollowUnit】获得跟随目标名称

amGetFollowUnit

   获得跟随目标名称

语法

       name = amGetFollowUnit()

参数

返回值      name
      字符串 - 成功返回 跟随目标名称 失败返回 nil。

备注      需求版本:yjwow 函数库1830
请参考

      例子:          1. if UnitName("focus") and ((amjl("focus")<=25and amjl("focus")>=10) or not amGetFollowUnit()) then          2. FollowUnit("focus");      3. return true;          4. end
      当焦点 超 10码 或者 没跟随目标时 运行跟随目标




ws2319 发表于 2021-3-19 20:56:03

获得跟随目标名称主号点击死尸后跟随号点击死尸不再切换目标 求大佬这问题咋办
页: [1]
查看完整版本: 【amGetFollowUnit】获得跟随目标名称