home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
comm
/
tempest.lha
/
aur2.lha
/
newuser.app
< prev
Wrap
Text File
|
1993-05-19
|
2KB
|
74 lines
START:
PRINT "Welcome to Alpha Waves, this BBS is for the support of our customers |"
PRINT "either by our Walk In traffic, or by the many sysops of our BBS program|"
PRINT "either way we hope you enjoy our BBS| You sysops, Rick & Tim||"
PRINT "Please enter your name for our records : "
TEXT 25
PRINT "And your Password : "
TEXT 8
PRINT "And your Voice Number : "
TEXT 15
PRINT "Do you run a BBS (Y/n) : "
TEXT 1
IF (TEXT = "Y")
PRINT "|Cool, you run a BBS what the name of your BBS ? "
TEXT 20
PRINT "And the number ? "
TEXT 15
PRINT "||"
ENDIF
PRINT "We sometimes offer an
ADULT
area on this bbs please list your age : "
NUMBER 2
IF (NUMBER > 21)
PRINT "OK, well if we get this area active we'll let you know! ||"
ENDIF
IF (NUMBER = 21)
PRINT "OK, well you just made it, if we get an adult area set up"
PRINT "we'll let you know!||"
ENDIF
IF (NUMBER < 21)
PRINT "Sorry, your too young for this section ||"
ENDIF
GOTO Programmer
;************** Area for asking questions about programming *************
Programmer:
PRINT "||"
PRINT "If you program, would you like access to our programming areas? (Y/N): "
TEXT 1
IF (TEXT = "Y")
PRINT "||Ok, no problem ... I'll validate you for this access when i get time ||"
GOTO Final
ENDIF
IF (TEXT = "N")
PRINT "Would you like to learn how to program (Y/N) : "
TEXT 1
IF (TEXT = "Y")
PRINT "OK, I'll see if I can help you if you want some.||"
GOTO Final
ENDIF
IF (TEXT = "N")
PRINT "No Problem!||"
GOTO Final
ENDIF
PRINT "Sorry, your choice is not valid!!|"
goto programmer
FINAL:
PRINT "||Is the Above information correct Correct (Y/N) : "
TEXT 1
IF (TEXT = "N")
GOTO START
ENDIF