Add targetenemy as first line
This commit is contained in:
BIN
Heimdall.zip
LFS
BIN
Heimdall.zip
LFS
Binary file not shown.
@@ -41,7 +41,7 @@ function shared.Macroer.Init()
|
|||||||
return aPriority < bPriority
|
return aPriority < bPriority
|
||||||
end)
|
end)
|
||||||
|
|
||||||
local lines = {}
|
local lines = { "/targetenemy" }
|
||||||
for _, stinky in pairs(sortedStinkies) do
|
for _, stinky in pairs(sortedStinkies) do
|
||||||
if stinky.seenAt > GetTime() - 600 then
|
if stinky.seenAt > GetTime() - 600 then
|
||||||
print(string.format("Macroing %s", stinky.name))
|
print(string.format("Macroing %s", stinky.name))
|
||||||
|
|||||||
Reference in New Issue
Block a user