3 who = Crossfire.WhoAmI()
4 victim = Crossfire.WhoIsOther();
6 spells = who.ReadKey(
"arrow_spell")
8 spells = spells.split(
";")
11 quantity, archetype = spell.split(
":")
15 spellob = Crossfire.CreateObjectByName(archetype)
17 for r
in range(0,
int(quantity)):
18 victim.Cast(spellob, 0,
"")