Thread: WYSIWYG Editor:
View Single Post
Old 02-13-2002, 12:36 AM  
Houdini
Confirmed User
 
Join Date: Dec 2001
Location: SoCal
Posts: 1,651
LAZYSUBMITTER AKA LS. This is for everyone that thinks RS is too hard and wants something more Basic:

10 Randomize
20 Input "Enter 1 = Rock, 2 = Scissors, 3 = Paper" ; U
30 Let C=INT (3*RND) +1
40 On U Goto 50,60,70
50 On C Goto 80,110,140
60 On C Goto 110,140,80
70 On C Goto 140,80,110
80 Print "Congratulations Your Gallery Was Submitted!"
90 Print
100 Goto 160
110 Print "Unable To Connect To Server!"
120 Print
130 Goto 160
140 Print "You Have Been Blacklisted!"
150 Print
160 Print "Do You Want To Submit Under Another Name?"
170 Input "Type Y for Yes, N for No and Press <Return>"; T$
180 If T$="Y" Then Goto 40
190 If T$="N" Then Goto 210
200 Print
210 End

It's still in beta so let me know if there's any bugs. Thanks.
Houdini is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote