No categories assigned

LUA:GetSpellTier

Revision as of 11:39, 23 February 2020 by Neatz09 (talk | contribs) (LUA Functions: GetSpellTier())
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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