mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
350 B
350 B
Function: GetSpellInitialTarget(spell)
Description:
Obtain the Initial Target of the Spell. The spell field is optional, it will otherwise be in a Spell Script which defaults to the current spell's initial target.
Parameters:
spell(Spell) - Spell object representingspell.
Returns: None.
Example:
Example Required