Something else is still interfering with mine too.
I have the combine bg script, the move script and the 3-D-FUN script and have removed the other versions.
I even tried re-writing this line to get it to fire the other script (overlay), that i was using.
Code:
(if (= texture 2)
(begin
(gimp-context-set-gradient txt-gradient)
(plug-in-gradmap RUN-NONINTERACTIVE img 3D_fgd) ;; apply the gradient
)
)
(gimp-image-merge-down img texture-layer CLIP-TO-IMAGE)
(script-fu-sg-anim-overlay-background img) # <--- this line
(gimp-displays-flush)
Still i have to manually overlay the background.

:\
I probably will have to remove everything, and start over.The script works fine other than that though.
So i know it has something to do with the scripts for overlay background conflicting.The thing is i removed all but one (sg-anim-overlay-background) , so i do not know why it isn't working now.