Would this module work against being stuck on say, invisible stalkers?
Code:runes = "Great fireball rune"
Module.New('InvisibleStuck', function()
if Walker.IsStuck() and not Creature:IsVisible() then
Self.UseItemWithMyPosition("runes")
end
end)