1

Batch file coding help

indubitably 2/26/14 8:20 pm
1k
2/27/2014 10:28 pm
hi i have a small batch "game" and this is what i have so far if you can suggest what i should start doing first i would appreciate the feedback. its not that good yet because i was only working on it for like 4 days.(and YES i know batch isnt that good of a languageto make games with and YES i know its very limited and YES i know i hould use c++ or java or something but i wanted a challenge that would keep me going for at least a year(its going to be very big))


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 space button randomly
echo or the game WILL i repeat your game WILL (i said WILL) turnoff
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 1x1
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
__________________________________________________________________________________________________
:1x1
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
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
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
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 YOU FOUND A SECRET THING-AMAJIG
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 10x5xsecret
pause
:11x5xsecret
echo .
echo ZYou #flatPlains -mountains @Water
echo.
echo ------------------------------------------
echo -##########Z#############################-
echo -##########------------------------######-
echo -#######@@@- -#####-
echo -######@@@@- -#####-
echo -#######@@@@- -#####-
echo ------------ -------
echo YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
set /p dire=What direction:
if %dire%==w goto 36x4xsecret
if %dire%==a goto 35x3xsecret
if %dire%==s goto 36x2xsecret
if %dire%==d goto 36x3xsecret
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 YOU FOUND A SECRET THING-AMAJIG
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 YOU FOUND A SECRET THING-AMAJIG
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
Posted by
indubitably
Level 1 : New Explorer
0

  Have something to say?

JoinSign in

60

Jetra
02/27/2014 10:28 pm
Level 40 : Master Scribe
Moved to General Help

/move
1
nolez15
02/26/2014 10:57 pm
Level 24 : Expert Toast
Geez, I suppose you could. I dont know how much help Ill be with that, lol.

I dont have ample time on my hands and from what I've seen, it looks like it works.
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
nolez15
02/26/2014 10:31 pm
Level 24 : Expert Toast
Lol, good point.
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
nolez15
02/26/2014 10:28 pm
Level 24 : Expert Toast
..You're asking me how to make plugins now?
1
indubitably
02/26/2014 10:27 pm
Level 1 : New Explorer
how do you make minecraft plugins?
1
nolez15
02/26/2014 10:25 pm
Level 24 : Expert Toast
Yes, I do.

I make Minecraft plugins and have been developing Bukkit plugins for years.
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
nolez15
02/26/2014 10:14 pm
Level 24 : Expert Toast
Ouch.

Did anyone notice that I have a popular blog post in the little scrolly thing on the front page?
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
nolez15
02/26/2014 10:08 pm
Level 24 : Expert Toast
I don't know any dings.
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
LilStonerIssy
02/26/2014 10:02 pm
Level 4 : Apprentice Network
But you didn't do it... how smart does that make you?
1
nolez15
02/26/2014 10:07 pm
Level 24 : Expert Toast
Exactly.
1
Red leaf
02/26/2014 10:01 pm
Level 1 : New Miner
I was going to try and help but but no lol
And cool nolez
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
nolez15
02/26/2014 10:00 pm
Level 24 : Expert Toast
I'll send you a PM with the Ip of my economy server :3

Lol, "you people".
1
LilStonerIssy
02/26/2014 10:00 pm
Level 4 : Apprentice Network
heyheyhey, I get a pass because I actually helped
1
nolez15
02/26/2014 10:00 pm
Level 24 : Expert Toast
She does, let's not blanket-sweep.
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
Red leaf
02/26/2014 9:57 pm
Level 1 : New Miner
Awesome I'm always looking for a good server to play on what's the ip???
1
nolez15
02/26/2014 9:55 pm
Level 24 : Expert Toast
I have a few servers :3

I'd rather check out someone else's, I get bored of the same scenery.
1
LilStonerIssy
02/26/2014 9:52 pm
Level 4 : Apprentice Network
I got a server, but it might be turned off or some shit. Not tonight doe cuz it's like... 3AM or something here and I'm bouta pass out
1
Red leaf
02/26/2014 9:50 pm
Level 1 : New Miner
Lol ok we should all play on a server together something maybe
1
nolez15
02/26/2014 9:50 pm
Level 24 : Expert Toast
Step aside, errone! Taking over this topic!
1
nolez15
02/26/2014 9:47 pm
Level 24 : Expert Toast
I'm not even sure how I got involved here. Gonna stick around and see where it goes.
1
LilStonerIssy
02/26/2014 9:47 pm
Level 4 : Apprentice Network
this
1
nolez15
02/26/2014 9:46 pm
Level 24 : Expert Toast
Nah, screw topic!
1
Red leaf
02/26/2014 9:45 pm
Level 1 : New Miner
Back on topic
1
LilStonerIssy
02/26/2014 9:44 pm
Level 4 : Apprentice Network
Kinda
1
nolez15
02/26/2014 9:43 pm
Level 24 : Expert Toast
That got off topic, didn't it?
1
Red leaf
02/26/2014 9:42 pm
Level 1 : New Miner
Is if like minecraft or totally different
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
Red leaf
02/26/2014 9:41 pm
Level 1 : New Miner
That sounds
cool I will be looking foreword for the finished game then =)
1
indubitably
02/26/2014 9:37 pm
Level 1 : New Explorer
any suggestions to a storyline?
1
LilStonerIssy
02/26/2014 9:36 pm
Level 4 : Apprentice Network
My gawd this post doe. Can we get back to coding? Lolaz
1
Red leaf
02/26/2014 9:35 pm
Level 1 : New Miner
Oic
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
Red leaf
02/26/2014 9:33 pm
Level 1 : New Miner
Also what sort of game??
1
Red leaf
02/26/2014 9:32 pm
Level 1 : New Miner
Ummmm dude I'm not Canadian I am English from the uk btw
1
LilStonerIssy
02/26/2014 9:31 pm
Level 4 : Apprentice Network
Sorry, it's what I do.
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
indubitably
02/26/2014 9:29 pm
Level 1 : New Explorer
the code is a game that i am working on
1
Red leaf
02/26/2014 9:27 pm
Level 1 : New Miner
No just fat fingers lol
1
LilStonerIssy
02/26/2014 9:26 pm
Level 4 : Apprentice Network
What the -no-
1
Red leaf
02/26/2014 9:26 pm
Level 1 : New Miner
What it's for let's go with that
Lol can type on ipad
1
Red leaf
02/26/2014 9:25 pm
Level 1 : New Miner
Can I ask what's the codeine for
1
LilStonerIssy
02/26/2014 9:24 pm
Level 4 : Apprentice Network
Of coarse I do.
1

Welcome