Static Variables

I have several ‘if’ statements within my scripts. I would like to use the same boolean variable in all of my scripts.

How can I access a public var in one script when it was created in another?

http://docs.unity3d.com/Documentation/ScriptReference/index.Accessing_Other_Game_Objects.html