Eval

Runs lua code in a unprotected environment.

Eval(code, --[[(1)]]file)
  1. This file name is used in the Lua error dialog should something go wrong.

Example

Sets the mouseover unit to the target.

Eval("JumpOrAscendStart()", "example.lua")