Calling 1st scene

Hi all, I’m having some problems when I call the first scene.

The problem is I have several different files and each on each one the first scene has a different name, so I have to call it with a generic code…

for example


if (currentScene ==[COLOR=red] scene1[/COLOR]){
     doSomething()
};

where scene1 can be "Scene 1" “scene1” “scene 1” and etc….

anyone?