backdrop off
open to read 1,"alley01.bat"
print "Bowling Alley Tycoon!"
input "Bowling Alley Name:",
alley$
input "Owner:",
owner$
input "Number of Lanes(max.2000):",
lanes$
print "Is this right?"
print " ",
alley$
print " ",
owner$
print " ",
lane$
print "Be Ready!"
load object "BOWLALLY.x",1
print "Hire Employees!"
input "Maintenence Worker:",
worker1$
print "Insurance Manager: State Barn"
input "Snack Bar Dude:",
worker2$
input "Change Giver:",
worker3$
print "Employee List For ",
alley$
print "Maintenence Worker: ",
worker1$
print "Insurance Manager: State Barn"
print "Snack Bar Dude: ",
worker2$
print "Change Giver:",
worker3$
OPEN TO WRITE 1,"alley01.bat"
Isn't this your own program?
It's the programmer's life:
Have a problem, solve the problem, and have a new problem to solve.