Member
Level 1
New Explorer
0

Forum Posts

1 - 20 of 50

    indubitably
    07/24/2014 7:33 pm
    Level 1 : New Explorer
    In game name - reevey
    Age - 14
    Gender (optional) -male
    Country - united states of america
    Reason(s) for wanting to join the server - the reason i would like to join your server is because i have been rather bored lately with other servers.I also dont like playing with arrogant assholes that ruin my experience of the server in the first few minutes of playing.i also want to be part of a community where we can just enjoy the time there.e
    Why you should be allowed to play - I am a fairly good player and i enjoy the company of other nice people.I respect peoples privacy and i dont greif.
    1
    indubitably
    06/15/2014 8:30 pm
    Level 1 : New Explorer
    whats so funny
    1
    indubitably
    06/15/2014 5:18 pm
    Level 1 : New Explorer
    Age:14
    IGN:reevey
    Role your applying for:builder
    Why should we pick you?:I am on almost ever day from 3-10pm and i love working with other people on big projects.I may not be as worthy as the next guy but i am willing to prove my self.
    1
    indubitably
    06/15/2014 3:34 pm
    Level 1 : New Explorer
    bump
    1
    indubitably
    03/05/2014 7:46 pm
    Level 1 : New Explorer
    coding
    1
    indubitably
    02/28/2014 8:38 pm
    Level 1 : New Explorer
    no. batch is all text-based and if you are trying to make a game with "colored" graphics you have the wrong language.batch is also VERY time consuming and is not normally used for games.this is a project i started afew weeks ago and i am going to continue this for about a year or two untill i have made a game out of batch even whilst other people say it is impossible.to show you how time consuming it can be here is what i have so far.i only have a menu screen and 1 map made:@echo off
    title zombie-batchgame
    color 07
    echo PLay: %time% %date%>>date.txt
    echo if you are going to play this game try not to press the enter key
    echo when you dont have a action selectedor the game WILL
    echo I repeat your game WILL (i said WILL) turn off.
    pause
    cls
    echo Act-One:Part_One_Scene_One:
    echo The world was in ruin.The cities were bare.
    echo Humans were no longer the biggest threat to the enviroment.
    echo the zombies:they have killed over 75% of the population.it
    echo your job to stop them.
    pause
    goto gamestart
    :gamestart
    cls
    color 0c
    echo -----------------
    set /p login=Username:
    echo -----------------
    :user
    if %login% ==Shabudan000 goto password
    if not %login% == shabudan000 goto user
    :password
    echo.
    echo -----------------
    set /p pass=Password:
    echo -----------------
    if %pass% ==google12 goto success
    if not %pass% ==google12 goto incorrect
    :incorrect
    echo.
    echo Something incorrect
    echo Login again ? (yes or no)
    echo.
    set /p htjyj=
    if %htjyj% == yes goto menu
    if %htjyj% == no goto exit
    :exit
    exit
    :success
    echo.
    echo Welcome User !
    echo.
    pause
    cls
    goto hello
    :hello
    echo -----------------------------------------
    echo The time is %time% and the date is %date%
    echo -----------------------------------------
    set /p start=What is your name:
    if %start%==daniel goto command
    pause
    goto command
    :command
    cls
    echo. what is your command? inventory;info;character;exit;stats:load;save;map;gameinfo
    set /p command=What do you want to do?
    if %command%==info goto info
    if %command%==inventory goto inventory
    if %command%==character goto character
    if %command%==exit goto exit
    if %command%==stats goto stats
    if %command%==save goto save
    if %command%==load goto load
    if %command%==map goto mapload
    if %command%==gameinfo goto game
    :info
    cls
    echo ___________________________________
    echo your name is %start%----------------
    :info2
    echo ___________________________________
    echo the time is %time%-----------------
    echo ___________________________________
    echo the date is %date%-----------------
    echo ___________________________________
    pause
    cls
    goto command
    :inventory
    cls
    echo This Option is currently unavailable '-'.
    pause
    cls
    goto command
    :character
    cls
    echo This option is currently unavailable '-'.
    pause
    cls
    goto command
    pause
    goto command
    :exit
    timeout /t 5
    exit
    :stats
    echo hp=NOT READY YET!
    echo money=YOU ARE BROKE FOR NOW!
    pause
    cls
    goto command
    :save
    echo SORRY NOT AVAILABLE
    pause
    goto command
    :load
    echo SORRY NOT AVAILABLE
    pause
    goto command
    __________________________________________________________________________________________________
    :mapload
    cls
    echo where do you want to go map1,map2
    set /p map=what map:
    if %map%==map1 goto 1x1
    if %map%==map2 goto 1x1m2
    :map1
    goto 1x1
    :1x1
    cls
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo do you want to clear the map screen
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -Z######@@@@-
    echo ------------
    set /p dire=what direction type clear to clear screen::
    if %dire%==w goto 1x2
    if %dire%==a goto 1cant
    if %dire%==s goto 1cant
    if %dire%==d goto 2x1
    if %dire%==clear cls
    if %dire%==clear goto 1x1
    pause
    :1cant
    echo cant go there
    pause goto 1x1
    :game
    echo not ready
    pause
    goto command
    :1x2
    cls
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -Z#####@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 1x3
    if %dire%==a goto 1x2cant
    if %dire%==s goto 1x1
    if %dire%==d goto 2x2
    if %dire%==clear cls
    if %dire%==clear goto 1x2
    pause
    :1x2cant
    echo cant go there
    pause
    goto 1x2
    :1x3
    cls
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -Z######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 1x4
    if %dire%==a goto 1x3cant
    if %dire%==s goto 1x2
    if %dire%==d goto 2x3
    if %dire%==clear cls
    if %dire%==clear goto 1x3
    pause
    :1x3cant
    echo cant go there
    pause
    goto 1x3

    :1x4
    cls
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -Z#########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 1x5
    if %dire%==a goto 1x4cant
    if %dire%==s goto 1x3
    if %dire%==d goto 2x4
    if %dire%==clear cls
    if %dire%==clear goto 1x4
    :1x4cant
    echo cant go there
    pause
    goto 1x4
    pause
    :1x5
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -Z#########-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 1x5cant
    if %dire%==a goto 1x5cant
    if %dire%==s goto 1x4
    if %dire%==d goto 2x5
    if %dire%==clear cls
    if %dire%==clear goto 1x5
    pause
    :1x5cant
    echo cant go there
    pause
    goto 1x5
    :2x1
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#Z#####@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 2x2
    if %dire%==a goto 1x1
    if %dire%==s goto 2x1cant
    if %dire%==d goto 3x1
    if %dire%==clear cls
    if %dire%==clear goto 2x1
    :2x1cant
    echo cant go there
    pause
    goto 2x1


    :2x2
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -#Z####@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 2x3
    if %dire%==a goto 1x2
    if %dire%==s goto 2x1
    if %dire%==d goto 3x2
    if %dire%==clear cls
    if %dire%==clear goto 2x2
    pause
    :2x3
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#Z#####@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 2x4
    if %dire%==a goto 1x3
    if %dire%==s goto 2x2
    if %dire%==d goto 3x3
    if %dire%==clear cls
    if %dire%==clear goto 2x3
    pause
    :2x4
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -#Z########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 2x5
    if %dire%==a goto 1x4
    if %dire%==s goto 2x3
    if %dire%==d goto 3x4
    if %dire%==clear cls
    if %dire%==clear goto 2x4
    pause
    :2x5
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -#Z########-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 2x5cant
    if %dire%==a goto 1x5
    if %dire%==s goto 2x4
    if %dire%==d goto 3x5
    if %dire%==clear cls
    if %dire%==clear goto 2x5
    pause
    :2x5cant
    echo cant go there
    pause
    goto 2x5
    :3x1
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -##Z####@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 3x2
    if %dire%==a goto 2x1
    if %dire%==s goto 3x1cant
    if %dire%==d goto 4x1
    if %dire%==clear cls
    if %dire%==clear goto 3x1
    pause
    :3x1cant
    echo cant go there
    pause
    goto 3x1
    :3x2
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -##Z###@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 3x3
    if %dire%==a goto 2x2
    if %dire%==s goto 3x1
    if %dire%==d goto 4x2
    if %dire%==clear cls
    if %dire%==clear goto 3x2
    pause
    :3x3
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -##Z####@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 3x4
    if %dire%==a goto 2x3
    if %dire%==s goto 3x2
    if %dire%==d goto 4x3
    if %dire%==clear cls
    if %dire%==clear goto 3x3
    pause
    :3x4
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##Z#######-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 3x5
    if %dire%==a goto 2x4
    if %dire%==s goto 3x3
    if %dire%==d goto 4x4
    if %dire%==clear cls
    if %dire%==clear goto 3x4
    pause
    :3x5
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##Z#######-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 3x5cant
    if %dire%==a goto 2x5
    if %dire%==s goto 3x4
    if %dire%==d goto 4x5
    if %dire%==clear cls
    if %dire%==clear goto 3x5
    pause
    :3x5cant
    echo cant go there
    pause
    goto 3x5
    :4x1
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -###Z###@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 4x2
    if %dire%==a goto 3x1
    if %dire%==s goto 4x1cant
    if %dire%==d goto 5x1
    if %dire%==clear cls
    if %dire%==clear goto 4x1
    pause
    :4x1cant
    echo cant go there
    pause
    goto 4x1
    :4x2
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -###Z##@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 4x3
    if %dire%==a goto 3x2
    if %dire%==s goto 4x1
    if %dire%==d goto 5x2
    if %dire%==clear cls
    if %dire%==clear goto 4x2
    pause
    :4x3
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -###Z###@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 4x4
    if %dire%==a goto 3x3
    if %dire%==s goto 4x2
    if %dire%==d goto 5x3
    if %dire%==clear cls
    if %dire%==clear goto 4x3
    pause
    :4x4
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -###Z######-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 4x5
    if %dire%==a goto 3x4
    if %dire%==s goto 4x3
    if %dire%==d goto 5x4
    if %dire%==clear cls
    if %dire%==clear goto 4x4
    pause
    :4x5
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -###Z######-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 4x5cant
    if %dire%==a goto 3x5
    if %dire%==s goto 4x4
    if %dire%==d goto 5x5
    if %dire%==clear cls
    if %dire%==clear goto 4x5
    pause
    :4x5cant
    echo cant go there
    pause
    goto 4x5

    :5x1
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -####Z##@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 5x2
    if %dire%==a goto 4x1
    if %dire%==s goto 5x1cant
    if %dire%==d goto 6x1
    if %dire%==clear cls
    if %dire%==clear goto 5x1
    pause
    :5x1cant
    echo cant go there
    pause
    goto 5x1
    :5x2
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -####Z#@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 5x3
    if %dire%==a goto 4x2
    if %dire%==s goto 5x1
    if %dire%==d goto 6x2
    if %dire%==clear cls
    if %dire%==clear goto 5x2
    pause
    :5x3
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -####Z##@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 5x4
    if %dire%==a goto 4x3
    if %dire%==s goto 5x2
    if %dire%==d goto 6x3
    if %dire%==clear cls
    if %dire%==clear goto 5x3
    pause
    :5x4
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -####Z#####-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 5x5
    if %dire%==a goto 4x4
    if %dire%==s goto 5x3
    if %dire%==d goto 6x4
    if %dire%==clear cls
    if %dire%==clear goto 5x4
    pause
    :5x5
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -####Z#####-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 5x5cant
    if %dire%==a goto 4x5
    if %dire%==s goto 5x4
    if %dire%==d goto 6x5
    if %dire%==clear cls
    if %dire%==clear goto 5x5
    pause
    :5x5cant
    echo cant go there
    pause
    goto 5x5
    :6x1
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#####Z#@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 6x2
    if %dire%==a goto 5x1
    if %dire%==s goto 6x1 cant
    if %dire%==d goto 7x1
    if %dire%==clear cls
    if %dire%==clear goto 6x1
    pause
    :6x1cant
    echo cant go there
    pause
    goto 6x1
    :6x2
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -#####Z@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 6x3
    if %dire%==a goto 5x2
    if %dire%==s goto 6x1
    if %dire%==d goto 6x2cant
    if %dire%==clear cls
    if %dire%==clear goto 5x1
    pause
    :6x2cant
    echo cant go there
    pause
    goto 6x2
    :6x3
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#####Z#@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 6x4
    if %dire%==a goto 5x3
    if %dire%==s goto 6x2
    if %dire%==d goto 7x3
    if %dire%==clear cls
    if %dire%==clear goto 6x3
    pause
    :6x4
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -#####Z####-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 6x5
    if %dire%==a goto 5x4
    if %dire%==s goto 6x3
    if %dire%==d goto 7x4
    if %dire%==clear cls
    if %dire%==clear goto 6x4
    pause
    :6x5
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -#####Z####-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 6x5cant
    if %dire%==a goto 5x5
    if %dire%==s goto 6x4
    if %dire%==d goto 7x5
    if %dire%==clear cls
    if %dire%==clear goto 6x5
    pause
    :6x5cant
    echo cant go there
    pause
    goto 6x5
    :7x1
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -######Z@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 7x1cant
    if %dire%==a goto 6x1
    if %dire%==s goto 7x1cant
    if %dire%==d goto 7x1cant
    if %dire%==clear cls
    if %dire%==clear goto 7x1
    pause
    :7x1cant
    echo cant go there
    pause
    goto 7x1
    :7x3
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -##########-
    echo -######Z@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 7x4
    if %dire%==a goto 6x3
    if %dire%==s goto 7x3cant
    if %dire%==d goto 7x3cant
    if %dire%==clear cls
    if %dire%==clear goto 7x3cant
    pause
    :7x3cant
    echo cant go there
    pause
    goto 7x3
    :7x4
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -######Z###-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 7x5
    if %dire%==a goto 6x4
    if %dire%==s goto 7x3
    if %dire%==d goto 8x4
    if %dire%==clear cls
    if %dire%==clear goto 7x4
    pause
    :7x5
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -######Z###-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 7x5cant
    if %dire%==a goto 5x5
    if %dire%==s goto 6x5
    if %dire%==d goto 8x5
    if %dire%==clear cls
    if %dire%==clear goto 7x5
    pause
    :7x5cant
    echo cant go there
    pause
    goto 7x5
    :8x4
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -#######Z##-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 8x5
    if %dire%==a goto 7x4
    if %dire%==s goto 8x4cant
    if %dire%==d goto 9x4
    if %dire%==clear cls
    if %dire%==clear goto 8x4
    pause
    :8x4cant
    echo cant go there
    pause
    goto 8x4
    :8x5
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -#######Z##-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 8x5cant
    if %dire%==a goto 7x5
    if %dire%==s goto 8x4
    if %dire%==d goto 9x5
    if %dire%==clear cls
    if %dire%==clear goto 8x5
    pause
    :8x5cant
    echo cant go there
    pause
    goto 8x4
    :9x4
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -########Z#-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 9x5
    if %dire%==a goto 8x4
    if %dire%==s goto 9x4cant
    if %dire%==d goto 10x4
    if %dire%==clear cls
    if %dire%==clear goto 9x4
    pause
    :9x4cant
    echo cant go there
    pause
    goto 9x4
    :9x5
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -########Z#-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 9x5cant
    if %dire%==a goto 8x5
    if %dire%==s goto 9x4
    if %dire%==d goto 10x5
    if %dire%==clear cls
    if %dire%==clear goto 9x5
    pause
    :9x5cant
    echo cant go there
    pause
    goto 9x5
    :10x4
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -##########-
    echo -#########Z-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 10x5
    if %dire%==a goto 9x4
    if %dire%==s goto 10x4cant
    if %dire%==d goto 10x4cant
    if %dire%==clear cls
    if %dire%==clear goto 10x4
    pause
    :10x4cant
    echo cant go there
    pause
    goto 10x4
    :10x5
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------
    echo -#########Z-
    echo -##########-
    echo -#######@@@-
    echo -######@@@@-
    echo -#######@@@@-
    echo ------------
    set /p dire=What direction:
    if %dire%==w goto 10x5cant
    if %dire%==a goto 9x5
    if %dire%==s goto 10x4
    if %dire%==d goto 11x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 10x5
    pause
    :10x5cant
    echo cant go there
    pause
    goto 10x5xsecret
    :10x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -#########Z##############################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    echo Your father must be proud,you big disappointment
    if %dire%==w goto 10x5cant
    if %dire%==a goto 9x5
    if %dire%==s goto 10x4
    if %dire%==d goto 11x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 10x5xsecret
    pause
    :11x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -##########Z#############################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 11x5xsecretcant
    if %dire%==a goto 10x5
    if %dire%==s goto 11x5xsecretcant
    if %dire%==d goto 12x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 11x5xsecret
    pause
    :12x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -###########Z############################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 12x5xsecretcant
    if %dire%==a goto 11x5xsecret
    if %dire%==s goto 12x5xsecretcant
    if %dire%==d goto 13x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 12x5xsecret
    pause
    :12x5xsecretcant
    echo cant go there
    pause
    goto 12x5xsecret
    :13x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -############Z###########################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 13x5xsecretcant
    if %dire%==a goto 12x5xsecret
    if %dire%==s goto 13x5xsecretcant
    if %dire%==d goto 14x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 12x5xsecret
    pause
    :13x5xsecretcant
    echo cant go there
    pause
    goto 13x5xsecret
    :14x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -#############Z##########################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 14x5xsecretcant
    if %dire%==a goto 13x5xsecret
    if %dire%==s goto 13x5xsecretcant
    if %dire%==d goto 15x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 14x5xsecret
    pause
    :14x5xsecretcant
    echo cant go there
    pause
    goto 14x5xsecret
    :15x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -##############Z#########################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 15x5xsecretcant
    if %dire%==a goto 14x5xsecret
    if %dire%==s goto 15x5xsecretcant
    if %dire%==d goto 16x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 15x5xsecret
    pause
    :15x5xsecretcant
    echo cant go there
    pause
    goto 15x5xsecret
    :16x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -###############Z########################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 16x5xsecretcant
    if %dire%==a goto 15x5xsecret
    if %dire%==s goto 16x5xsecretcant
    if %dire%==d goto 17x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 15x5xsecret
    pause
    :16x5xsecretcant
    echo cant go there
    pause
    goto 16x5xsecret
    :17x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -################Z#######################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 17x5xsecretcant
    if %dire%==a goto 16x5xsecret
    if %dire%==s goto 17x5xsecretcant
    if %dire%==d goto 18x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 17x5xsecret
    pause
    :17x5xsecretcant
    echo cant go there
    pause
    goto 17x5xsecret
    :18x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -#################Z######################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 18x5xsecretcant
    if %dire%==a goto 17x5xsecret
    if %dire%==s goto 18x5xsecretcant
    if %dire%==d goto 19x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 18x5xsecret
    pause
    :18x5xsecretcant
    echo cant go there
    pause
    goto 18x5xsecret
    :19x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -##################Z#####################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 19x5xsecretcant
    if %dire%==a goto 18x5xsecret
    if %dire%==s goto 19x5xsecretcant
    if %dire%==d goto 20x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 19x5xsecret
    pause
    :19x5xsecretcant
    echo cant go there
    pause
    goto 19x5xsecret
    :20x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -###################Z####################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 20x5xsecretcant
    if %dire%==a goto 19x5xsecret
    if %dire%==s goto 20x5xsecretcant
    if %dire%==d goto 21x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 20x5xsecret
    pause
    :20x5xsecret
    echo cant go there
    pause
    goto 20x5xsecret
    :21x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -####################Z###################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 21x5xsecretcant
    if %dire%==a goto 20x5xsecret
    if %dire%==s goto 21x5xsecretcant
    if %dire%==d goto 22x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 21x5xsecret
    pause
    :21x5xsecretcant
    echo cant go there
    pause
    goto 21x5xsecret
    :22x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -#####################Z##################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 22x5xsecretcant
    if %dire%==a goto 21x5xsecret
    if %dire%==s goto 22x5xsecretcant
    if %dire%==d goto 23x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 22x5xsecret
    pause
    :23x5xsecretcant
    echo cant go there
    pause
    goto :22x5xsecret
    :23x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -######################Z#################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 23x5xsecretcant
    if %dire%==a goto 22x5xsecret
    if %dire%==s goto 23x5xsecretcant
    if %dire%==d goto 24x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 23x5xsecret
    pause
    :23x5xsecretcant
    echo cant go there
    pause
    goto 23x5xsecret
    :24x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -#######################Z################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 24x5xsecretcant
    if %dire%==a goto 23x5xsecret
    if %dire%==s goto 24x5xsecretcant
    if %dire%==d goto 25x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 24x5xsecret
    pause
    :24x5xsecretcant
    echo cant go there
    pause
    goto 24x5xsecret
    :25x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################Z###############-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 25x5xsecretcant
    if %dire%==a goto 24x5xsecret
    if %dire%==s goto 24x5xsecretcant
    if %dire%==d goto 26x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 25x5xsecret
    pause
    :25x5xsecretcant
    echo cant go there
    pause
    goto 25x5xsecret
    :26x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -#########################Z##############-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 26x5xsecretcant
    if %dire%==a goto 25x5xsecret
    if %dire%==s goto 26x5xsecretcant
    if %dire%==d goto 27x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 26x5xsecret
    pause
    :26x5xsecretcant
    echo cant go there
    pause
    goto 26x5xsecret
    :27x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -##########################Z#############-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 27x5xsecretcant
    if %dire%==a goto 26x5xsecret
    if %dire%==s goto 27x5xsecretcant
    if %dire%==d goto 28x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 27x5xsecret
    pause
    :27x5xsecretcant
    echo cant go there
    pause
    goto :27x5xsecret
    :28x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -###########################Z############-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 28x5xsecretcant
    if %dire%==a goto 27x5xsecret
    if %dire%==s goto 28x5xsecretcant
    if %dire%==d goto 29x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 28x5xsecret
    pause
    :28x5xsecretcant
    echo cant go there
    pause
    goto 28x5xsecret
    :29x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -############################Z###########-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 29x5xsecretcant
    if %dire%==a goto 28x5xsecret
    if %dire%==s goto 29x5xsecretcant
    if %dire%==d goto 30x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 29x5xsecret
    pause
    :29x5xsecretcant
    echo cant go there
    pause
    goto 29x5xecret
    :30x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -#############################Z##########-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 30x5xsecretcant
    if %dire%==a goto 29x5xsecret
    if %dire%==s goto 30x5xsecretcant
    if %dire%==d goto 31x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 30x5xsecret
    pause
    :30x5xsecretcant
    echo cant go there
    pause
    goto 30x5xsecret
    :31x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -##############################Z#########-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 31x5xsecretcant
    if %dire%==a goto 30x5xsecret
    if %dire%==s goto 31x5xsecretcant
    if %dire%==d goto 32x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 31x5xsecret
    pause
    :31x5xsecretcant
    echo cant go there
    pause
    goto 31x5xsecret
    :32x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -###############################Z########-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 32x5xsecretcant
    if %dire%==a goto 31x5xsecret
    if %dire%==s goto 32x5xsecretcant
    if %dire%==d goto 33x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 32x5xsecret
    pause
    :32x5xsecretcant
    echo cant go there
    pause
    goto 32x5xsecret
    :33x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -################################Z#######-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 33x5xsecretcant
    if %dire%==a goto 32x5xsecret
    if %dire%==s goto 33x5xsecretcant
    if %dire%==d goto 34x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 33x5xsecret
    pause
    :33x5xsecretcant
    echo cant go there
    pause
    goto 3x5xsecret
    :34x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -#################################Z######-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 34x5xsecretcant
    if %dire%==a goto 33x5xsecret
    if %dire%==s goto 34x5xsecretcant
    if %dire%==d goto 35x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 34x5xsecret
    pause
    :34x5xsecretcant
    echo cant go there
    pause
    goto 34x5xsecret
    :35x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    rem they 36x5xsecret i farther down
    echo ------------------------------------------
    echo -##################################Z#####-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 35x5xsecretcant
    if %dire%==a goto 34x5xsecret
    if %dire%==s goto 35x4xsecret
    if %dire%==d goto 36x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 35x5xsecret
    pause
    :35x5xsecretcant
    echo cant go there
    pause
    goto 35x5xsecret
    :35x4xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------Z#####-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 35x5xsecret
    if %dire%==a goto 35x4xsecretcant
    if %dire%==s goto 35x3xsecret
    if %dire%==d goto 36x4xsecret
    if %dire%==clear cls
    if %dire%==clear goto 35x4xsecret
    pause
    :35x4xsecretcant
    echo cant go there
    pause
    goto 35x4xsecret
    :35x3xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -Z####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 35x4xsecret
    if %dire%==a goto 35x3xsecretcant
    if %dire%==s goto 35x2xsecret
    if %dire%==d goto 36x3xsecret
    if %dire%==clear cls
    if %dire%==clear goto 35x3xsecret
    pause
    :35x3xsecretcant:
    echo cant go there
    pause
    goto 35x3xsecret
    :35x2xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#Z###-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 35x3xsecret
    if %dire%==a goto 34x2xsecret
    if %dire%==s goto 35x1xsecret
    if %dire%==d goto 36x2xsecret
    if %dire%==clear cls
    if %dire%==clear goto 35x2xsecret
    pause
    :35x2xsecretcant
    echo cant go there
    pause
    goto 35x2xsecret
    :35x1xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -##Z##-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 35x2xsecret
    if %dire%==a goto 34x1xsecret
    if %dire%==s goto 35x1xsecretcant
    if %dire%==d goto 36x1xsecret
    if %dire%==clear cls
    if %dire%==clear goto 35x1xsecret
    pause
    :35x1xsecretcant
    echo cant go there
    pause
    goto 35x1xsecret
    :34x2xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -Z####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 34x2xsecretcant
    if %dire%==a goto 34x2xsecretcant
    if %dire%==s goto 34x1xsecret
    if %dire%==d goto 35x2xsecret
    if %dire%==clear cls
    if %dire%==clear goto 34x2xsecret
    pause
    :34x2xsecretcant
    echo cant go there
    pause
    goto 34x2xsecret
    :34x1xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#Z###-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 34x2xsecret
    if %dire%==a goto 33x1xsecret
    if %dire%==s goto 34x1xsecretcant
    if %dire%==d goto 35x1xsecret
    if %dire%==clear cls
    if %dire%==clear goto 34x1xsecret
    pause
    :34x1xsecretcant
    echo cant go there
    pause
    goto 34x1xsecret
    :33x1xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -Z####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 33x1xsecretcant
    if %dire%==a goto 33x1xsecretcant
    if %dire%==s goto 33x1xsecretcant
    if %dire%==d goto 34x1xsecret
    if %dire%==clear cls
    if %dire%==clear goto 33x1xsecret
    pause
    :33x1xsecretcant
    echo cant go there
    pause
    goto 33x1xsecret
    :36x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -###################################Z####-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 36x5xsecretcant
    if %dire%==a goto 35x5xsecret
    if %dire%==s goto 36x4xsecret
    if %dire%==d goto 37x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 36x5xsecret
    pause
    :36x5xsecretcant
    echo cant go there
    pause
    goto 36x5xsecret
    :36x4xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------#Z####-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 36x5xsecret
    if %dire%==a goto 35x4xsecret
    if %dire%==s goto 36x3xsecret
    if %dire%==d goto 37x4xsecret
    if %dire%==clear cls
    if %dire%==clear goto 36x4xsecret
    pause
    :36x3xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -#Z###-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 36x4xsecret
    if %dire%==a goto 35x3xsecret
    if %dire%==s goto 36x2xsecret
    if %dire%==d goto 37x3xsecret
    if %dire%==clear cls
    if %dire%==clear goto 36x4xsecret
    pause
    :36x2xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -##Z##-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 36x3xsecret
    if %dire%==a goto 35x2xsecret
    if %dire%==s goto 36x1xsecret
    if %dire%==d goto 37x2xsecret
    if %dire%==clear cls
    if %dire%==clear goto 36x2xsecret
    pause
    :36x1xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -###Z#-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 36x2xsecret
    if %dire%==a goto 35x1xsecret
    if %dire%==s goto 36x1xsecretcant
    if %dire%==d goto 37x1xsecret
    if %dire%==clear cls
    if %dire%==clear goto 36x2xsecret
    pause
    :36x1xsecretcant
    echo cant go there
    pause
    goto 36x1xsecret
    :37x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -####################################Z###-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 37x5xsecretcant
    if %dire%==a goto 36x5xsecret
    if %dire%==s goto 37x4xsecret
    if %dire%==d goto 38x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 37x5xsecret
    pause
    :37x5xsecretcant
    echo cant go there
    pause
    goto 37x5xsecret
    :37x4xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------##Z###-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 37x5xsecret
    if %dire%==a goto 36x4xsecret
    if %dire%==s goto 37x3xsecret
    if %dire%==d goto 38x4xsecret
    if %dire%==clear cls
    if %dire%==clear goto 37x4xsecret
    pause
    :37x3xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -##Z##-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 37x4xsecret
    if %dire%==a goto 36x3xsecret
    if %dire%==s goto 37x2xsecret
    if %dire%==d goto 38x3xsecret
    if %dire%==clear cls
    if %dire%==clear goto 37x3xsecret
    pause
    :37x2xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -###Z#-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo YOU FOUND A SECRET THING-AMAJI
    set /p dire=What direction:
    if %dire%==w goto 37x3xsecret
    if %dire%==a goto 36x2xsecret
    if %dire%==s goto 37x1xsecret
    if %dire%==d goto 38x2xsecret
    if %dire%==clear cls
    if %dire%==clear goto 37x2xsecret
    pause
    :37x1xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -####Z-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 37x2xsecret
    if %dire%==a goto 36x1xsecret
    if %dire%==s goto 37x1xsecretcant
    if %dire%==d goto 37x1xsecretcant
    if %dire%==clear cls
    if %dire%==clear goto 37x1xsecret
    pause
    :37x1xsecretcant
    echo cant go there
    pause
    goto 37x1xsecret
    :38x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -#####################################Z##-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 38x5xsecretcant
    if %dire%==a goto 37x5xsecret
    if %dire%==s goto 38x4xsecret
    if %dire%==d goto 39x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 38x5xsecret
    pause
    :38x4xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------###Z##-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 38x5xsecret
    if %dire%==a goto 37x4xsecret
    if %dire%==s goto 38x3xsecret
    if %dire%==d goto 39x4xsecret
    if %dire%==clear cls
    if %dire%==clear goto 38x4xsecret
    pause
    :38x3xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -###Z#-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 38x4xsecret
    if %dire%==a goto 37x3xsecret
    if %dire%==s goto 38x2xsecret
    if %dire%==d goto 39x3xsecret
    if %dire%==clear cls
    if %dire%==clear goto 38x3xsecret
    pause
    :38x2xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -####Z-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 38x3xsecret
    if %dire%==a goto 37x2xsecret
    if %dire%==s goto 38x2xsecretcant
    if %dire%==d goto 38x2xsecretcant
    if %dire%==clear cls
    if %dire%==clear goto 38x3xsecret
    pause
    :38x2xsecretcant
    echo cant go there
    pause
    goto 38x2xsecret
    :39x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -######################################Z#-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 39x5xsecretcant
    if %dire%==a goto 38x5xsecret
    if %dire%==s goto 39x4xsecret
    if %dire%==d goto 40x5xsecret
    if %dire%==clear cls
    if %dire%==clear goto 39x5xsecret
    pause
    :39x5xsecret
    echo cant go there
    pause
    goto 39x5xsecret
    :39x4xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------####Z#-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 39x5xsecret
    if %dire%==a goto 38x4xsecret
    if %dire%==s goto 39x3xsecret
    if %dire%==d goto 40x4xsecret
    if %dire%==clear cls
    if %dire%==clear goto 39x4xsecret
    pause
    :39x3xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------######-
    echo -#######@@@- -####Z-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 39x4xsecret
    if %dire%==a goto 38x3xsecret
    if %dire%==s goto 39x3xsecretcant
    if %dire%==d goto 39x3xsecretcant
    if %dire%==clear cls
    if %dire%==clear goto 39x3xsecret
    pause
    :39x3xsecretcant
    echo cant go there
    pause
    goto 39x3xsecret
    :40x5xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -#######################################Z-
    echo -##########------------------------######-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 40x5xsecretcant
    if %dire%==a goto 39x5xsecret
    if %dire%==s goto 40x4xsecret
    if %dire%==d goto 40x5xsecretcant
    if %dire%==clear cls
    if %dire%==clear goto 40x5xsecret
    pause
    :40x5xsecretcant
    echo cant go there
    pause
    goto 40x5xsecret
    :40x4xsecret
    echo .
    echo ZYou #flatPlains -mountains @Water
    echo.
    echo ------------------------------------------
    echo -########################################-
    echo -##########------------------------#####Z-
    echo -#######@@@- -#####-
    echo -######@@@@- -#####-
    echo -#######@@@@- -#####-
    echo ------------ -------
    echo -----------------
    set /p dire=What direction:
    if %dire%==w goto 40x5xsecret
    if %dire%==a goto 39x4xsecret
    if %dire%==s goto 40x4xsecretcant
    if %dire%==d goto 40x4xsecretcant
    if %dire%==clear cls
    if %dire%==clear goto 40x4xsecret
    pause
    :40x4xsecretcant
    echo cant go there
    pause
    goto 40x4xsecret
    rem story line:you walk around and find the secret thinamajig.then it explains what happend to the world .
    :map2
    goto 1x1m2
    :1x1m2
    echo ----------
    echo -########-
    echo -########-
    echo -Z#######-
    echo ----------
    set /p dire=what direction:
    if %dire%==w goto 1x2m2
    if %dire%==a goto 1x1m2cant
    if %dire%==s goto 1x1m2cant
    if %dire%==d goto 2x1m2
    pause
    :1x1m2cant
    echo cant go there
    pause
    goto 1x1m2
    :1x2m2
    echo ----------
    echo -########-
    echo -Z#######-
    echo -########-
    echo ----------
    set /p dire=what direction:
    if %dire%==w goto 1x3m2
    if %dire%==a goto 1x2m2cant
    if %dire%==s goto 1x2m2cant
    if %dire%==d goto 2x2m2
    pause
    :1x2m2cant
    echo cant go there
    pause
    goto 1x2m2
    :1x3m2
    echo ----------
    echo -Z#######-
    echo -########-
    echo -########-
    echo ----------
    set /p dire=what direction:
    if %dire%==w goto 1x3m2cant
    if %dire%==a goto 1x3m2cant
    if %dire%==s goto 1x2m2
    if %dire%==d goto 2x3m2
    pause
    :1x3m2cant
    echo cant go there
    pause
    goto 1x3m2
    1
    indubitably
    02/28/2014 8:32 pm
    Level 1 : New Explorer
    *facepalm*
    did you not even read my post?i specifically said that i have full knowledge that batch is a shitty language and i am only doing it as a personal challenge.
    1
    indubitably
    02/26/2014 10:32 pm
    Level 1 : New Explorer
    hey.mind if i send you my batch file and you tell me any kinks in it and how i can improve my game in general?
    1
    indubitably
    02/26/2014 10:30 pm
    Level 1 : New Explorer
    well i dont see why not.since everyone is going offtopic and its only 7:30pm
    1
    indubitably
    02/26/2014 10:27 pm
    Level 1 : New Explorer
    how do you make minecraft plugins?
    1
    indubitably
    02/26/2014 10:17 pm
    Level 1 : New Explorer
    do you even KNOW anything about batch (a.k.a almost the simplist form of code out there.the only reason i am useing it is because i dont really know any other languge except some html and java and it serves my needs.(also i could find and tutorials on anythin else))?if not then please just leave
    1
    indubitably
    02/26/2014 10:11 pm
    Level 1 : New Explorer
    then why do you bother posting.its as if you live off that tiny satisfaction you get when ever you post and you know that even when you die,you still continue taking up space and being annoying.
    1
    indubitably
    02/26/2014 10:05 pm
    Level 1 : New Explorer
    also do you know any good background music i can add to the game and soundeffects and stuff like when you go to the map menu there will be a little "ding" sound or something.
    1
    indubitably
    02/26/2014 10:04 pm
    Level 1 : New Explorer
    i have 2003 lines of code and i still dont have any idea of what the storyline will even look like
    1
    indubitably
    02/26/2014 10:01 pm
    Level 1 : New Explorer
    not really all you did was suggest something that i have been already doing and add a few cls commands in front of some echo
    1
    indubitably
    02/26/2014 9:58 pm
    Level 1 : New Explorer
    can you lovebirds please stay off my topic.we have sections for you people.
    1
    indubitably
    02/26/2014 9:54 pm
    Level 1 : New Explorer
    Does it look like i can make anything REMOTLY like minercraft with batch.please research the topic before replying please
    1
    indubitably
    02/26/2014 9:37 pm
    Level 1 : New Explorer
    any suggestions to a storyline?
    1
    indubitably
    02/26/2014 9:34 pm
    Level 1 : New Explorer
    yes.but a common stereotype is that Canadians are very nice and i am implying that we should act like them.eh?
    1
    indubitably
    02/26/2014 9:30 pm
    Level 1 : New Explorer
    am may you please stop swearing.i posted this hopeing that we can discuss codeing like a bunch of canadians
    1

1 - 20 of 50

Welcome