TGC Codebase Backup



Simple start and finish code by nadako

25th Aug 2007 4:01
Summary

` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com print "what is your name" input A$ print &



Description

` This code was downloaded from The Game Creators
` It is reproduced here with full permission
` http://www.thegamecreators.com
print "what is your name"
input A$
print "hello ",A$,
Print "How was your day?"
input B$
Print "That sounds nice"
wait 1000


Print "goodbye ",A$,
wait 1000
Print A$," is a loser"
wait 500



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    ` This code was downloaded from The Game Creators
` It is reproduced here with full permission
` http://www.thegamecreators.com
print "what is your name"
input A$
print "hello ",A$,
Print "How was your day?"
input B$
Print "That sounds nice"
wait 1000


Print "goodbye ",A$,
wait 1000
Print A$," is a loser"
wait 500