TGC Codebase Backup



Mad Lib by Cameron

14th Aug 2005 3:06
Summary

Well this is a mad lib i made when i was bored feel free to edit it for your own use :-)



Description



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    `Mad Lib By Cameron

Print "Welcome To My Mad Lib!"
Wait 2000

Input "1. Enter A Name ", name$
Input "2. Enter A Place ", place$
Input "3. Enter A Verb ", verb$
Input "4. Enter A Noun ", noun$
Input "5. Enter A Animal ", animal$
Input "6. Enter A Year ", year#

Wait 1000
Cls

Print "Once Upon A Time There Was Someone Named ", name$
Print "This Person Was Born And Raised In ", place$
Print "Although That Person Likes To ", verb$, " Alot"
Print "They Have 3 Big ", noun$
Print "Also That Person Hates The Smell Of ", animal$
Print "They Did all This in the year of ", year#

Wait Key