Originally Posted by simsklok  
ok.. i'm trying to get the blood cloud effect to work right.. still doesnt work for some reason =/ here's the code i have so far..

define BLOODCLOUD 3530
action BLOODCLOUD_FRAMES 0 5 1 1 10
useractor notenemy BLOODCLOUD 1 BLOODCLOUD_FRAMES

cstat 2
ifactioncount 10
killit
enda

i've included it in the standard jibs code.. but for some reason it doesnt show  

Code:
 
define BLOODCLOUD 3530
action BLOODCLOUD_FRAMES 0 5 1 1 10
useractor notenemy BLOODCLOUD 1 BLOODCLOUD_FRAMES

cstat 2
sizeat 40 40
ifactioncount 10
killit
enda 

If there are only five frames, as your action definition indicates, then you should probably kill it on action count 5, not 10.