Assignemnt #77 and Adventure 2

Code
/// Name: Yordan Rashkov
/// Period: 7
/// Program Name: Adventure 2
/// File Name: Adventure2.java
/// Date Finished: 2/16/2016

import java.util.Scanner;

public class Adventure2
{
	public static void main( String[] args )
	{
		Scanner keyboard = new Scanner(System.in);
		
		int nextpart = 1;
		String choice = "";

		while ( nextpart != 0 )
		{
			if ( nextpart == 1 )
			{
				
                System.out.println( "You are experiencing a wild dream. Fortunately, you're eligible to control the dream itself. You have been kidnapped by a group of Russian bandits. You are in the trunk of a late 80's Mercedes-Benz. While in the trunk, you began to feel things around you. You have successfully located a latch that would possibly open the trunk. The bandits think that you are still knocked out, however, you decide to begin banging on the trunk with the hope of annoying them. You have succeeded. One of the bandits turns on the radio and blasts the speakers to the max. This is your chance! Do you open the trunk [one] or do you stay in the car and be patient [two] ? Input option one or two !." );
				
                System.out.print( "> " );
				
                choice = keyboard.nextLine();
				
                if ( choice.equals("one") )
					nextpart = 2;
				else if ( choice.equals("two") )
					nextpart = 3;
				else
					System.out.println( choice + " wasn't one of the options. Try again." );
                    
            }
            if ( nextpart == 2 )
			{
				System.out.println( "You have successfully opened the trunk of the car! There's nothing else to do except to \"run\"." );
				
                System.out.print( "> " );
				
                choice = keyboard.nextLine();
				
                if ( choice.equals("run") )
					nextpart = 5;
				else
					System.out.println( choice + " wasn't one of the options. Try again." );
			}
			if ( nextpart == 3 )
			{
				System.out.println( "You have decided to keep calm and stay in the car. The Russian bandits continue blasting the music for another 2 hours. Suddenly, the car stops and you begin to freak out. The bandits get out of the car and talk for a second. They're speaking in Russian and you can hardly even hear them. Suddenly they open the trunk. There's four of them, all eyes on you. They're wearing black masks and you can only see their eyes and mouths. They just stare at you for an awkward moment and suddenly grab you and pull you out of the car. You are scared. You look around hoping for help but there's nothing and no one. It appears as if you are located at some lake. There is a lot of fog laying on the water and not a single sound is coming from anything. You try to scream, but useless, you have duct tape on your mouth. They begin dragging you towards the water. You're hands and feet are tied. However, your hands are not behind your back, but infront of you. The moment of truth has come. You see that the two guys that are dragging you towards the water both have pistols, within a grabbing distance, and the other two guys are smoking ciggaretes 30 feet behind all three of you. This is your chance!" );

				System.out.println( "Do you grab a \"gun\" or do you hope for the \"best\" ? [ for option 1, write gun, for option 2, write best!]" );
				choice = keyboard.nextLine();
				System.out.print( "> " );
				if ( choice.equals("best") )
					nextpart = 6;
				else if ( choice.equals("gun") )
					nextpart = 4;
				else
					System.out.println( choice + " wasn't one of the options. Try again." );
			}
			if ( nextpart == 4 )
			{
				System.out.println( "You have decided to take a chance and try to live. You suddenly grab the tall Russian's gun to your left, shoot him in the leg, and quickly turn around and shoot the other Russian in the head. The other two bandits take quick cover, while in the mean time you finish the first Russian you shot. You quickly get free from the rope on your feet by shooting at it and cutting it, and you take cover. " );

				System.out.println();
				System.out.println( "The other two Russians sit behind the car for a while until the suddenly take a run for it. You immediately shoot them. They die instantly and you are free. You hop in the Mercedes and drive away..." );
				nextpart = 0;
			}
			if ( nextpart == 5 )
			{
				
                System.out.println( " You have been running for a while now. The car is way out of sight and isn't coming back. It appears as if the bandits aren't aware that you have escaped. You feel free. The problem is that it is -20 degrees and you are in the middle of nowhere in your boxers and wearing a tank-top." );
                System.out.println();
                System.out.println( " As you catch your breath and continue to walk. You follow the tracks of the car, leading back to where it came from. You have been walking for the longest time and you feel exhausted, however, it appears as if the tracks of the car have come to an end. You see a two-way road! Unfortunately, there is nobody around and no cars are passing, probably because it is very late. Which way to you go? [LEFT] or [RIGHT] ? " );
				
                System.out.print( "> " );
				
                choice = keyboard.nextLine();
				
                if ( choice.equals("LEFT") )
					nextpart = 7;
				else if ( choice.equals("RIGHT") )
					nextpart = 8;
				else
					System.out.println( choice + " wasn't one of the options. Try again." );        
            }
            if ( nextpart == 6 )
			{
				
                System.out.println( " You have decided to let God try to save you. Unfortunately, these Russian thugs don't have mercy on anybody. You continuously ask them what they want, but they keep replying in Russian, which you don't comprehend. " );
                System.out.println();
                System.out.println( " Life for you begins to feel like it is ending. The bandit holds the gun to your head and is about to bust a cap in it. You think to yourself again, should I take the chance [one], or should I just stay cool and hope someone comes out and saves me [two] ? (input one or two for the choices given) " );
				
                System.out.print( "> " );
				
                choice = keyboard.nextLine();
				
                if ( choice.equals("one") )
					nextpart = 4;
				else if ( choice.equals("two") )
					nextpart = 9;
				else
					System.out.println( choice + " wasn't one of the options. Try again." );        
            }	
            if ( nextpart == 9 )
			{
				System.out.println( " If you thought that someone was going to show up and save  you, well you thought very wrong. This isn't the movies. YOU GET SHOT! " );
                
                System.out.println();
                System.out.println();
                System.out.println( " GAME OVER! " );

				nextpart = 0;
			}
            if ( nextpart == 7 )
			{
				System.out.println( " You have decided to take a left. Even though you can barely stay on your feet, you continue walking. As you walk, you hear a car approaching. You turn around and you are happy to even see a car. You wave and yell for it to stop. However, as it approaches, YOU NOTICE ITS THE THUGS! UH-OH! Before you know it you find yourself in the trunk of the Mercedes again, back to square one. " );
                
                System.out.println( " Not long after this, the car stops again and you have reached the final destination. It appears as if you are located at some lake. There is a lot of fog laying on the water and not a single sound is coming from anything. You try to scream, but useless, you have duct tape on your mouth. They begin dragging you towards the water. You're hands and feet are tied. However, your hands are not behind your back, but infront of you. The moment of truth has come. You see that the two guys that are dragging you towards the water both have pistols, within a grabbing distance, and the other two guys are smoking ciggaretes 30 feet behind all three of you. This is your chance! " );
                System.out.println( "Do you grab a \"gun\" or do you hope for the \"best\" ? [ for option 1, write gun, for option 2, write best!]" );
				choice = keyboard.nextLine();
				System.out.print( "> " );
				if ( choice.equals("best") )
					nextpart = 6;
				else if ( choice.equals("gun") )
					nextpart = 4;
				else
					System.out.println( choice + " wasn't one of the options. Try again." );
			}
            if ( nextpart == 8 )
			{
				System.out.println( " You have decided to take a right. You could barely stay on your feet. You've been walking for hours. You start hearing sounds. You bring your head up from the ground and you see a bunch of lights. ITS A TOWN! You begin running quickly with excitement. You arrive at the town and find help. You have succesfully lived! " );
                
                System.out.println();
                System.out.println();
                System.out.println( " Congradulations! You win the game! " );

				nextpart = 0;
			}
		}
		
	}
	
}