ffc script EvilCandle{
    void run ( int enemyID ){
        npc ghost = Ghost_InitAutoGhost(this, enemyID);
		Ghost_Explode(this, ghost);
		Ghost_Waitframe(this, ghost, true, true);
		}
		}