Difference between revisions of "LUA:Gate"

(Created page with "= LUA Functions: Gate() = Sends the given player to their bind point. ==== Syntax ==== Gate(param1) ==== Parameters ==== ; Required - ''param1'' (Spawn) : ''param1'' is the pl...")
 
(No difference)

Latest revision as of 17:39, 16 October 2012

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.