I'm writing a bundle which is a plugin for a program.

I have a global variable named say, x. There's another global variable named x in a different plugin. Is there a conflict, or is the variable only 'global' for the plugin?

Thanks