Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2018-01-15 12:29:43, last edited by TundrumMax (2018-01-15 12:30:55)

TundrumMax
Formerly Memomemo
Joined: 2017-10-26
Posts: 447

A short program I made

Here is the download link https://cdn.discordapp.com/attachments/ … 4/AI-1.bat

If you don't trust it, then you can just look at this then copy-paste

@echo off
title AI-1
echo Initialising Program...
timeout 2 >nul
cls
goto intro

:intro
echo Hello?
pause >nul
set /p hello=

if %hello% == hi goto hi
if %hello% == hello goto hi
if %hello% == hey goto hi

:hi
cls
echo Oh hi!
pause >nul
echo I didn't know you were here!
pause >nul
echo ...
pause >nul
echo Soooooo
pause >nul
echo What now?
pause >nul
goto choice1
:choice1
cls
echo memes
echo games
echo close
set /p choice1=

if %choice1% == memes goto memes
if %choice1% == games goto games
if %choice1% == close goto termination
goto choice1

:memes
title Memes
cls
echo Oh...
pause >nul
echo I don't know any memes
pause >nul
echo Why did you even type that??
pause >nul
goto choice1

:games
cls
title Games
echo Um
pause >nul
echo I don't currently have any games programmed
pause >nul
echo Maybe later
pause >nul
goto choice1

:termination
cls
title Terminating...
echo What! No!
timeout 2 >nul
cls
echo Nooo0001100101010
timeout 1 >nul
exit

Enjoy!


I can speak by breathing in but it sounds like a dying horse

TundrumMax.png

Signature by HG

Offline

#2 2018-01-15 12:48:09

Latif
Member
From: The Netherlands
Joined: 2015-03-13
Posts: 1,206

Re: A short program I made

Batman files are for noobs

Offline

Wooted by:

PTU

#3 2018-01-15 12:48:55

TundrumMax
Formerly Memomemo
Joined: 2017-10-26
Posts: 447

Re: A short program I made

Latif wrote:

Batman files are for noobs

yup

I'm a nooby noob


I can speak by breathing in but it sounds like a dying horse

TundrumMax.png

Signature by HG

Offline

TundrumMax1516016935692473

Board footer

Powered by FluxBB

[ Started around 1713928864.87 - Generated in 0.116 seconds, 12 queries executed - Memory usage: 1.39 MiB (Peak: 1.49 MiB) ]