Off Topic > Off Topic
Blitz 3D Demo Scripts
A.R.C.:
Wow, that joke seemed to go right over your head.
WhatevaGuy:
--- Quote from: A.R.C. on October 10, 2009, 09:45:49 PM ---Wow, that joke seemed to go right over your head.
--- End quote ---
It was hilaaaarrious, one meant for the uhthah things. Just accumulative, sorreh. Absolutely top hole - I have to say.
Dapizzanator:
So much for "back on topic"...
Tingalz:
Yes, Back on topic.
--- Code: (Mad Lib) ---.madlib
Print "Adjective"
adj$ = Input$()
Print "Noun"
noun$ = Input$()
madlib$ = adj$ + " " + noun$ + " " + "is " + adj$
Print madlib$
WaitKey
Goto madlib
--- End code ---
Dapizzanator:
Niiice... I smiled.