projecteq-projecteqquests/global/items/56017.lua
2017-03-31 14:18:57 -04:00

8 lines
229 B
Lua

function event_scale_calc(e)
-- anguish
if eq.get_zone_id() == 317 then
e.self:SetScale(1.0)
else
e.self:SetScale(0.0) -- we actually need to set this to -1 ... which we don't support yet!
end
end