No categories assigned

LUA:Bind

Revision as of 12:20, 30 January 2021 by Cynnar (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


LUA:AllFunctions - Bind

Return to: LUA:AllFunctions | Tutorials | Portal | Forum | Project Manager | Bug Tracker


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

Syntax

Bind(param1)

Parameters

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


Example

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

This is a simple bind spell

Notes

None