2021-04-09 19:01:18 +00:00

10 lines
187 B
Lua

macro(50, function()
if not g_game.isAttacking() then return end
if target() and target():isNpc() then
NPC.say("hi")
NPC.say("trade")
end
delay(950)
end)