Friends asking me, but i dont know to the dot.
You can program in notepad. You probably just don't want to.
If one wants a nice editor that can be used for both C++ and Lua, I recommend Geany (It also has tools to integrate your build system, but I never bothered with them as I prefer to compile things on the CLI, find errors a bit easier to read that way.), it has great highlighting features etc. without being a fully blown slow IDE.
EDIT: SCons is not an editor, it is a build system. :)
thnks alot!
I have a related question; How do you make elements mix together when coding in Lua? For example, if I made sulfer/SLFR/MOD_PT_SLFR, and I wanted to make GUN when it mixed with BCOL, how whould I do that? What line(s) would I use?