No categories assigned

LUA:ToggleTracking

LUA Functions: ToggleTracking()

Toggles the tracking window for the given player


Syntax

ToggleTracking(param1)


Parameters

Required - param1 (Spawn)
param1 is the player to toggle the tracking window for


Usage

function cast(Caster, Target)
    ToggleTracking(Caster)
end

This will cause the tracking window to open up for the player that casts the spell