UnitName
常见例句
- Script local n,t="A",TargetByName;if UnitName("targettarget")==n then t("B");else t(n);end;CastPetAction(5);
如果目标的目标是A,那么将目标转为B;否则的话将目标转为A。 - script if UnitExists("target") then SendChatMessage("you are on fire now","WHISPER",nil,UnitName("target"));end;
有没有指令可以在成功施放注入能量后....才继续持行下一个指令(密语)? 返回 UnitName