@echo off set minval=0 set food=0 set $=50 set genval=0 set shvl=0 set ach1=0 set ach2=0 set ach3=0 set ach4=0 set ach5=0 set stpv=0 set hndrd=100 set four=4 set tt=20 set sltmcval= 3.you must buy this item before you can use it. :MENU echo Welcome to my game! echo For detailed instructions get the Instructions booklet. echo A.continue B.exit C.credits echo. set /p input= if %input%==a goto CON if %input%==b goto exit if %input%==c goto CRED cls echo. :CRED echo Game by Tavis Mischel at 14 years of age. echo Some ideas and character names from:Cameron Anderson, Andrew Izsler, Lisa and Eric Weller, Jim and Mary Pizl, Realee Hall, Katie Cahill, and Josh Leudtkey. echo If any real names of people except those who gave permission are used in this game it is purely by coincidence. echo Credit to anyone else who needs credited! echo Started on 4/8/2010 pause if %ach1%==0 msg * Achievement Unlocked: Credit Reader. set ach1=Credit Reader: read the credits cls :CON echo Enter your name set /p name= pause cls goto GEN :GEN echo Are you, echo 1.male, 2.female set/p input= if %input%==1 goto MAL if %input%==2 goto FEM cls :MAL set genval=1 set choice= 1.Kaitlyn Hollister goto INT :FEM set genval=2 set choice= 2.Mark Sly goto INT :INT echo Do you have, echo 1.Safari echo 2.Firefox echo 3.Internet explorer set /p input= if %input%==1 set internet= Safari if %input%==2 set internet= Firefox if %input%==3 set internet= Explorer goto GMA cls :GMA echo you wake up in your bed in your house. echo 1.get out of bed, 2.sleep more set /p input= if %input%==1 goto OOB if %input%==2 goto SM cls echo. echo. echo. echo. :OOB echo Where in your house do you want to go? echo 1.eat, 2.take a shower, 3.go to the living room., 4.To my car. echo. set /p input= if %input%==1 goto EAT if %input%==2 goto SHOW if %input%==3 goto LR if %input%==4 goto CAR cls :EAT if /i %food% LEQ %minval% goto NFD if /i %food% GTR %minval% goto FD :FD set /a food=%food%-1 echo That was a great snack! pause msg * Achievement Unlocked: Ate Something. set ach2=Ate Something: Ate food goto OOB :NFD echo Oh no you have no food! echo you can buy more at the store but make sure youve taken a shower first! pause cls goto OOB :SHOW set shvl=1 echo You take a shower and you put some clothes on. echo Where do you want to go? 1.my house, 2.my car set /p input= if %input%==1 goto OOB if %input%==2 goto CAR cls echo. echo. echo. echo. :LR echo Youre in your living room. echo What now? 1.watch tv, 2.go back to house.%sltmcval% 4.surf internet, 5.View Achievements. set/p input= if %input%==1 goto TV if %input%==2 goto OOB if %input%==3 goto SLTMC if %input%==4 goto SRFI if %input%==5 goto VACH cls echo. echo. echo. echo. :VACH echo %ach1% echo %ach2% echo %ach3% echo %ach4% echo %ach5% pause cls Goto LR :SRFI start %internet%.exe http://www.google.com/ goto LR cls :SLTMC echo Lets play slots! echo 1.pull lever, 2.leave set /p input= if %input%==1 goto NAM if %input%==2 goto LR cls :NAM set /a $= %$% - 10 set val1=1 set val2=1000000 set /a RandomNumber= %random% / 1489 set /a RandomNumber= %RandomNumber% + %val1% if /i %RandomNumber% GTR %val2% goto NumberGenerator set /a $= %$% + %RandomNumber% cls goto WON :WON echo You now have $%$% pause cls goto SLTMC :TV start %internet%.exe http://www.hulu.com/ echo You are entertained by the tv. What now? echo 1.go to my house, 2. the car set /p input= if %input%==1 goto OOB if %input%==2 goto CAR cls echo. echo. echo. echo. :CAR if /i %shvl% GTR %minval% goto GO if /i %shvl% LEQ %minval% goto NGO :GO echo Ok where do you want to drive %name%? Your money %$% echo 1.Store, 2.Someones house, 3.Airport set /p input= if %input%==1 goto STR if %input%==2 goto SMH if %input%==3 goto AIR cls echo. echo. echo. echo. :AIR echo Welcome to the air port! echo 1.Buy tickets echo 2.Go home echo 3.Board flight set /p input= if %input%==1 goto TC if %input%==2 Goto OOB if %input%==3 goto BF goto AIR cls echo. echo. echo. echo. :TC echo Hello, were do you want to go? You have %$% dollars echo 1.Califoria 100$ echo 2.Washington 100$ echo 3.Alaska 100$ echo 4.Home 0$ set /p input= if %input%==1 goto F1 if %input%==2 goto F2 if %input%==3 goto F3 if %input%==4 goto OOB goto TC cls echo. echo. echo. echo. :F1 set /a $=%$%-100 echo thank you for purchasing, have a nice trip. msg * Achievement Unlocked: Traveler set ach4=Traveler:Bought a plane ticket. set ticket=1 pause goto AIR :F2 set /a $=%$%-100 echo thank you for purchasing, have a nice trip. msg * Achievement Unlocked: Traveler set ach4=Traveler:Bought a plane ticket. set ticket=2 pause goto AIR :F3 set /a $=%$%-100 echo thank you for purchasing, have a nice trip. msg * Achievement Unlocked: Traveler set ach4=Traveler:Bought a plane ticket. set ticket=3 pause goto AIR :BF if %ticket%==1 goto CALI1 if %ticket%==2 goto WASH1 if %ticket%==3 goto ALSKA1 if %ticket%==0 goto NOTICKET :NOTICKET echo You havn't bought any tickets yet! pause goto AIR :SMH echo Who's house do you want to go to. echo %choice% set /p input= if %input%==1 goto KHL if %input%==2 goto MKS echo. echo. echo. echo. :KHL echo Hey %name%, how are you? echo 1.good, 2.bad set /p input= if %input%==1 goto GD if %input%==2 goto BD cls echo. echo. echo. echo. :CALI1 echo Hello ladies and gentlmen, this is the captain speaking. The weather in california is about 94 degrees. We will be landing in 2 hours. pause echo. echo. echo. echo What would you like to drink? echo 1.Pepsi echo 2.Water echo 3.Jones soda echo 4.Mt.Dew set /p input= echo Here you go! Enjoy the flight. pause echo. echo. echo. echo 2 hours later. echo We will now begin our descent into california. pause cls Goto CALI2 :CALI2 echo We have now arrived at Orange County airport. pause echo. echo. echo. echo You get off the plane and see your grandma hiedi standing there. echo you say: echo 1.Hi Grandma! echo 2.Hey! echo 3.Grandma Lets go to your house! set /p input= goto GHD :GHD echo Hi %name%, I'm so glad to see you. Lets go to my house! pause echo Were Here! pause goto GRHS echo. echo. echo. echo. :GRHS echo You are in the house. What do you want to do? echo 1.go outside echo 2.go upstairs echo 3.go to the kitchen echo 4.go to bathroom echo 5.go to the airport set /p input= if %input%==1 goto OUT if %input%==2 goto UP if %input%==3 goto KTCH if %input%==4 goto BATHR if %input%==5 goto AIR goto GHRS cls :OUT echo A cool breeze touches your face as you walk outside. echo 1.swim echo 2.car echo 3.back inside :UP :KTCH :BATHR :GD echo Thats good! goto CON1 :BD echo Oh..I'm sorry. goto CON1 :MKS echo Hey %name%, how ya doin? echo 1.good, 2.bad set /p input= if %input%==1 goto GD if %input%==2 goto BD cls :STR echo Welcome to Wilmco everything store! echo What would you like to buy? 1.food $5, 2.slot machine $100. 3.go back home. set /p input= if %input%==1 goto BY if %input%==2 msg * Achievement Unlocked: Gambler if %input%==2 set ach3=Gambler:Bought slot Machine if %input%==2 goto SLT if %input%==3 goto OOB cls :BY if /i %$% LEQ %four% goto NOMON set /a $= %$%-5 set /a food= %food%+1 echo Thanks for buying! pause cls goto STR :SLT if /i %$% LEQ %hndrd% goto NOMON set /a $= %$%-100 set sltmcval= 3.slot machine echo Thanks for buying! pause cls goto STR :NOMON echo You have insufficient funds to purchase this item pause cls goto STR :NGO echo You need to take a shower before you can go! echo 1.Take a shower, 2.go to your house set /p input= if %input%==1 goto SHOW if %input%==2 goto OOB cls :SM echo You got more sleep and you wake up refreshed! pause goto OOB cls