peq-quests/anguish/317108.lua
2023-08-13 17:16:42 -04:00

9 lines
No EOL
277 B
Lua

function event_spawn(e)
local xloc = e.self:GetX();
local yloc = e.self:GetY();
eq.set_proximity(xloc - 50, xloc + 50, yloc - 50, yloc + 50);
end
function event_enter(e)
e.other:Message(MT.Yellow,"The focus trembles with energy as any living creature approaches it");
end