Actually I haven't posted any weapon scripts yet as they aren't done yet. The problem with the script i'm using and the Zodiac script is it's so damn complicated for non-scripters to use. However, i've fixed the crash and bool problems with the Global Weapon script i've been working on (for so long ), which means i'll switch over to that eventually as it runs faster and doesn't seem to slowdown ZC from enemy->pointers as much. *Sigh* I just can never have time for all these scripts...(I wish we had more scripters)

You should at least check out what is available in the script showcase, and hopefully you'll pick up scripting in no time at all.


To answer more specifically your questions though: Yep, combo cycle the ffc.
And you need to check the coordinates of the ffc with the coordinates of every on screen enemy. If the ffc is over an enemy, you need to store that npc's id in a variable, then assign damage to it with:

npc enemy = Screen->LoadNPC(npc_id);
enemy->HP -= damage_amount;