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