Um... I hope this is the correct forum. It's not really going to help anyone, but I'm not that good at making stuff without a tutorial, so here's a little prog I made in about 5 minutes. I just used the input, text and cls commands, so it's nothing special, but once again I'm not very good at this stuff.
input "Hello, what is your name? >";name$
wait 1000
print "Hello ";name$
wait 1000
print "That's a nice name."
wait 2000
cls
input "What is the date? >";date$
wait 1000
print "Is it really ";date$, "?"
wait 1000
print "Wow! I thought is was Friday the 7th of March!"
wait 2000
cls
input "How old are you? >";age$
wait 1000
print "Are you really THAT old? Wow, ";age$, "!"
wait 2000
cls
input "So, what is your birthdate? >";birthdate$
wait 1000
print "Oh, ok. I'll have to remember to get you a present!"
wait 1000
print "Hmm... i know something happend on ";birthdate$
wait 2000
print "Oh yes! I was created on that day!"
wait 2000
cls
input "So, have you enjoyed talking to me? >";yorn$
wait 1000
print "Well, it's your choice, not mine."
wait 2000
print "Well, I've got to go, so i'll catch you around. Press anykey to exit!"
suspend for key
end
Last night I was looking up at the stars and said "Where the hell is my roof?!"