DRUID Development Docs: puzzle_curtis3.sstr

File: puzzle_curtis3.sstr

#====================
#Jones Soda (FINAL)

#This is a series of multiple-choice questions which appears in the given
#order when the arrival code is entered into the device (first section
#below).  You'll get the code from the label on the Jones Soda bottle.
#
#The question will appear on one "screen", and a knob click then takes you
#to the next screen, where the first line always displays "WHO AM I?" and
#the second line changes to one of four answers or "<back>" as you turn the
#knob.
#
#Each section between hash marks below is a pair of question and answers.
#Correct answers are marked with an asterisk (*).  These shouldn't appear
#on the display, obviously.
#
#After you answer each question, display "CORRECT!" or "WRONG ANSWER."  If
#correct, display the next question on the same screen.  If incorrect, a
#knob click takes you back to the main menu, and you then have to enter the
#code again and answer all questions again, in order.
#
#When you answer all questions correctly, the solution message (last
#section) is displayed.
#
#Question: after this is solved, should the arrival code change to the
#confirmation code?  That is, should entering the same code then simply
#display the solution, bypassing all the questions?  Should we allow them
#to see the questions later if they want to?
#

#

#Enter code:
CODE "JJONZZ" func_fn_jonzz_start
FPTR fn_jonzz_start

#

TEXT mode_jonzz_fail mode_jonzz_fail2
"WRONG ANSWER!"
END

FUNC mode_jonzz_fail2 func_fn_jonzz_fail




TEXT mode_jonzz_q1 mode_jonzz_a1
"It turns out I'm the"
"last of a powerful"
"alien race."
END

MENU mode_jonzz_a1 "WHO AM I?"
mode_jonzz_fail         "Aquaman"
mode_jonzz_fail         "Brainiac 5"
mode_jonzz_q2           "Martian Manhunter"
mode_jonzz_fail         "Sub-Mariner"
mode_jonzz_q1               "<back>"
END

#

TEXT mode_jonzz_q2 mode_jonzz_a2
"My mother formed me"
"from a lump of magic"
"clay."
END

MENU mode_jonzz_a2 "WHO AM I?"
mode_jonzz_fail         "Sandman"
mode_jonzz_q3           "Wonder Woman"
mode_jonzz_fail         "Monstress"
mode_jonzz_fail         "Ka-Zar"
mode_jonzz_q2               "<back>"
END

#

TEXT mode_jonzz_q3 mode_jonzz_a3
"I got bitten by a"
"radioactive bug."
END

MENU mode_jonzz_a3 "WHO AM I?"
mode_jonzz_fail         "Blue Beetle"
mode_jonzz_fail         "Green Hornet"
mode_jonzz_q4           "Spider-Man"
mode_jonzz_fail         "Wasp"
mode_jonzz_q3               "<back>"
END

#

TEXT mode_jonzz_q4 mode_jonzz_a4
"I tried an"
"experimental drug."
END

MENU mode_jonzz_a4 "WHO AM I?"
mode_jonzz_q5           "Captain America"
mode_jonzz_fail         "Dr. Fate"
mode_jonzz_fail         "Mister Miracle"
mode_jonzz_fail         "Plastic Man"
mode_jonzz_q4               "<back>"
END

#

TEXT mode_jonzz_q5 mode_jonzz_a5
"I got radioactive"
"isotope in my eyes."
END

MENU mode_jonzz_a5 "WHO AM I?"
mode_jonzz_fail         "Dr. Mid-Nite"
mode_jonzz_q6           "Daredevil"
mode_jonzz_fail         "Ghost Rider"
mode_jonzz_fail         "Mandrake"
mode_jonzz_q5               "<back>"
END

#

TEXT mode_jonzz_q6 mode_jonzz_a6
"A dying alien helped"
"me accessorize."
END

MENU mode_jonzz_a6 "WHO AM I?"
mode_jonzz_fail         "Alan Scott"
mode_jonzz_q7           "Hal Jordan"
mode_jonzz_fail         "John Stewart"
mode_jonzz_fail         "Guy Gardner"
mode_jonzz_q6               "<back>"
END

#

TEXT mode_jonzz_q7 mode_jonzz_a7
"I found a lamp"
"carved from the"
"magic Starheart."
END

MENU mode_jonzz_a7 "WHO AM I?"
mode_jonzz_q8           "Alan Scott"
mode_jonzz_fail         "John Stewart"
mode_jonzz_fail         "Guy Gardner"
mode_jonzz_fail         "Kyle Rayner"
mode_jonzz_q7               "<back>"
END

#

TEXT mode_jonzz_q8 mode_jonzz_a8
"I studied under the"
"Ancient One."
END

MENU mode_jonzz_a8 "WHO AM I?"
mode_jonzz_fail         "Jonah Hex"
mode_jonzz_fail         "Dr. Occult"
mode_jonzz_q9           "Dr. Strange"
mode_jonzz_fail         "Phantom Stranger"
mode_jonzz_q8               "<back>"
END

#

TEXT mode_jonzz_q9 mode_jonzz_a9
"I went out for a"
"stroll on a gamma"
"testing range."
END

MENU mode_jonzz_a9 "WHO AM I?"
mode_jonzz_fail         "Black Lightning"
mode_jonzz_fail         "Firestorm"
mode_jonzz_fail         "Kid Quantum"
mode_jonzz_q10          "Hulk"
mode_jonzz_q9               "<back>"
END

#

TEXT mode_jonzz_q10 mode_jonzz_a10
"I found an enchanted"
"Uru cane."
END

MENU mode_jonzz_a10 "WHO AM I?"
mode_jonzz_fail         "Metamorpho"
mode_jonzz_fail         "Negative Man"
mode_jonzz_q11          "Thor"
mode_jonzz_fail         "Zatanna"
mode_jonzz_q10          "<back>"
END

#

TEXT mode_jonzz_q11 mode_jonzz_a11
"My best friend and"
"my girlfriend and"
"her brother went"
"into space.  Who'd"
"have thought we'd"
"get bombarded by"
"cosmic rays?"
END

MENU mode_jonzz_a11 "WHO AM I?"
mode_jonzz_fail         "Human Torch"
mode_jonzz_fail         "Invisible Woman"
mode_jonzz_q12          "Mr. Fantastic"
mode_jonzz_fail         "Thing"
mode_jonzz_q11          "<back>"
END

#

TEXT mode_jonzz_q12 mode_jonzz_a12
"I taught myself to"
"shoot on Starfish"
"Island."
END

MENU mode_jonzz_a12 "WHO AM I?"
mode_jonzz_fail         "Artemis"
mode_jonzz_q13          "Green Arrow"
mode_jonzz_fail         "Hellboy"
mode_jonzz_fail         "Punisher"
mode_jonzz_q12          "<back>"
END

#

TEXT mode_jonzz_q13 mode_jonzz_a13
"The deaths of Thomas"
"and Martha inspired"
"my crime-fighting"
"career."
END

MENU mode_jonzz_a13 "WHO AM I?"
mode_jonzz_fail         "Hawkman"
mode_jonzz_fail         "Black Canary"
mode_jonzz_q14          "Batman"
mode_jonzz_fail         "Robin"
mode_jonzz_q13          "<back>"
END

#

TEXT mode_jonzz_q14 mode_jonzz_a14
"I got an adamantium"
"skeleton, bub."
END

MENU mode_jonzz_a14 "WHO AM I?"
mode_jonzz_fail         "Sabretooth"
mode_jonzz_fail         "Lady Deathstrike"
mode_jonzz_fail         "Omega Red"
mode_jonzz_q15          "Wolverine"
mode_jonzz_q14          "<back>"
END

#

TEXT mode_jonzz_q15 mode_jonzz_a15
"Some grizzled old"
"wizard taught me a"
"magic acronym!"
END

MENU mode_jonzz_a15 "WHO AM I?"
mode_jonzz_fail         "Deadman"
mode_jonzz_fail         "Vision"
mode_jonzz_win1         "Captain Marvel"
mode_jonzz_fail         "Spectre"
mode_jonzz_q15          "<back>"
END

#

TEXT mode_jonzz_win1 mode_jonzz_win
"CORRECT!"
"You sure know your"
"superhero origins!"
"Now click for your"
"new destination."
END

FUNC mode_jonzz_win func_fn_jonzz_win

###


This file Copyright (C) 2004 by Nathan (Acorn) Pooley
Go to DRUID Development page
Go to DRUID page
Go to JU Gadgets page
Go to Justice Unlimited homepage
Go to Acorn's personal webpage
Contact Acorn
See comments from others
Post your own comments
File created by do_doc at Wed Aug 4 18:14:05 2004