is the 'Missed the feathers' part in your debug box or does it not work at all?
and I think you want to change
SCAR Code:
if FindColorSpiral(x,y, Color[1],0,0,0,0)then // to
if FindColorSpiral(x,y, Color[P],MSX1,MSY1,MSX2,MSY2)then
beacuse it would only be searching for color[1] and in a box with an area of ZERO the way you have it 
MSX1,MSY1,MSX2,MSY2 will search the entire main RS screen. You can decrease it to the coords you want if you want to be more precise on where to look.
and also you should change
SCAR Code:
ClickOption('fea',1); //to
ChooseOption('ake');
