No categories assigned

LUA:Gate

Revision as of 17:39, 16 October 2012 by Jabantiz (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.