No categories assigned

LUA:GetSpellTier

Revision as of 11:15, 23 February 2020 by Neatz09 (talk | contribs) (Created page with "= LUA Functions: GetSpellTier() = Gets the tier of the spell cast for the given spawn ==== Syntax ==== GetSpellTier() ==== Usage ==== <pre> function cast(Caster, Target)...")
(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 NPC will respond with the name of the zone the player is currently in

Notes

Returns a Zone