diff --git a/hallway-test b/hallway-test index 0c5e4b4..a2065a7 100755 Binary files a/hallway-test and b/hallway-test differ diff --git a/hallway-test.bas b/hallway-test.bas index 4d98f2e..b7f6181 100644 --- a/hallway-test.bas +++ b/hallway-test.bas @@ -4,18 +4,54 @@ Rem by John Paul Wohlscheid WindowTitle "Hallway test" -Dim as integer room1, room2, room3, room4, room5 +Dim as integer room1, room2, room3, room4, room5, ranum -Dim as string funame +Dim as string funame + +ranum = cast(integer, fix(rnd*100)+1) ' generate random number Input "Before we begin, please enter the name of your character: ", funame +print +If funame = "fuck" then + print "That's real nice. I think I'll call you Larry." + funame = "Larry" +elseif funame = "Bryan" then + print "I'll call you 'the Duke'." + funame = "the Duke" +elseif funame = "Gregg" then + print "Looks like we're going to get some philosophy in the house." +end if +print +print +sleep 5000 +startover: -If funame = "fuck" - then print "That's real nice. I think I'll call you Larry." - then funame = "Larry" -elseif funame = "Bryan" - then print "I'll call you 'the Duke'." - then -elseif funame = "Gregg" - then print "Looks like we're going to get some philosophy in the house." - +print "Officer "; funame; "," +print "We just received a message from dispatch." +print "Kevin O'Mara have escaped from Cairo Max, where" +print "he was serving a 50 years for homicide." +print "He knocked out a guard and stole his service pistol." +print "O'Mara was seen entering 979 Harvest Plaza." +print "Check it out. Be warned the fugitive is armed and dangerous." + +sleep 5000 + + + +room1: + + + +room2: + + + +room3: + + + +room4: + + + +room5: