1
0
EQ2Emu/docs/lua_functions/CancelSpell.md
2025-05-13 22:57:49 -04:00

189 B

Function: CancelSpell()

Description: Cancels the current spell in the script being ran.

Parameters: None.

Returns: None.

Example:

-- Example usage (Inside a Spell Script) CancelSpell()