No categories assigned

LUA:Bind

Revision as of 21:13, 15 October 2012 by Jabantiz (talk | contribs) (Created page with "= LUA Functions: Bind() = Sets the bind point of the player to his/hers current location. ==== Syntax ==== Bind(param1) ==== Parameters ==== ; Required - ''param1'' (Spawn) :...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LUA Functions: Bind()

Sets the bind point of the player to his/hers current location.


Syntax

Bind(param1)


Parameters

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


Usage

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

A simple bind spell.