Check out this page about global scripts for information on how to combine them.

I wish more people used my template for writing their global scripts, since everyone has to play along, but it should be easy to combine.

In a nutshell, you need to paste all the functions (except main) below the main in the bombchu script. You also need to paste a single line somewhere in the bombchu script's "while(true)" loop (if it has one):

Code:
if(magna_gloves_active) MagnaGlovesWork();
And, the global variables/constants go at the very top.