If they are global to the whole project why are they only visible in the Event Sheet they were declared in?
Also, if you have EventSheet1 for Layout1 and EventSheet2 for Layout2.
If you declare a global variable in EventSheet2(which doesn't come into "play" before 5 mins have passed for example), will the global variables from EventSheet2 be availible for use by EventSheet1 at the very start, even tho EventSheet2 has never been "called" yet?