No categories assigned

LUA:GetSpellTier

LUA Functions: GetSpellTier()

Gets the tier of the spell cast for the given spawn


Syntax

GetSpellTier()

Usage

function cast(Caster, Target)
    Say(Caster, GetSpellTier())
end

The caster will return the tier of the spell that was cast