No categories assigned

LUA:Gate

LUA Functions: Gate()

Sends the given player to their bind point.


Syntax

Gate(param1)

Parameters

Required - param1 (Spawn)
param1 is the player to send to their bind point, must be a player


Usage

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

A simple gate spell.