No categories assigned
LUA:Bind
- Last edited 4 years ago by Vlash Nytefall
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