LoadGame("gameName");LoadGame("Level1.ged");



LoadGame("level1.ged");LoadGame("level1.exe");

textNumber=score;LoadGame("level1.ged");LoadGame("level2.ged");

if(score>=4000)
{
    LoadGame("yourgameName");
}if(textNumber>=4000)
{
    LoadGame("yourgameName");
}

 . You are the man. I knew it had to be a simple thing, but I just dont understand the code that much, but with your help I do a little more now. Still, there is much to be learned. Thanks man you ROCK!
 . You are the man. I knew it had to be a simple thing, but I just dont understand the code that much, but with your help I do a little more now. Still, there is much to be learned. Thanks man you ROCK! . I added the script to the score actor twice, one pointing to the ged, and once pointing to the .exe. That is how my first level splash screen is set up, and it works fine in the .exe, but I am using a mouse button down event to start the first level. When the score reaches 4000 in the first level nothing happens in the .exe. Dang it, I thought I had it. Any ideas?
 . I added the script to the score actor twice, one pointing to the ged, and once pointing to the .exe. That is how my first level splash screen is set up, and it works fine in the .exe, but I am using a mouse button down event to start the first level. When the score reaches 4000 in the first level nothing happens in the .exe. Dang it, I thought I had it. Any ideas?if(score>=4000)
{
    LoadGame("level2.dat");
}if(score>=4000)
{
    LoadGame("level3.dat");
}

Users browsing this forum: No registered users and 1 guest