No categories assigned
LUA:Gate
- Last edited 13 years ago by I need to Update My Profile
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.