Hi
i’m currently using a script in 2 scene.
all i want is to say the GUI function to load only if the current level name is (CarCustomization).
is it possible?
thanks in advance --{@
clunk47
2
Application.loadedLevelName
if(Application.loadedLevelName == "CarCustomization")
{
Application.LoadLevel(LevelToLoad);
}