Name: Anonymous 2007-09-21 0:55 ID:D/13g1nz
I want to write a fricken fuckin long text based RPG with a lot of different options on how things could go. Is there any way I could do this with a basis in Java?
dim i
for i = 1 to 3 step 1
print "It is pitch black. You are likely to be eaten by a grue."
input "> ", a$
print "What?"
print ""
next
print "Invited by the darkness, a horde of Adventurer-hungry Grues sets upon you, and you are promptly devoured."
print ""
print "* * * Y O U H A V E D I E D * * *"