eqmac-quests/akanon/Clockwork_IZ.lua
2023-07-24 13:24:37 -07:00

7 lines
No EOL
147 B
Lua

function event_spawn(e)
eq.set_timer("poke",4200000);
end
function event_timer(e)
e.self:Say("Do not poke, shoot, or enchant the animals.");
end