You are viewing an old version of this page. Return to the latest version.
Version of 21:13, 15 October 2012 by I need to Update My Profile
No categories assigned
LUA:Bind
- Last edited 4 years ago by Vlash Nytefall
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.