<FLAGON>(91)
<MENUOFF>
<LUIGISTOP2>
<FLAGON>(109)
<BGM>(11)
<CHOICE>"Hint"(1)"Save"(2)"Heal"(3)"Close"(4)<LISTEND>
<ANYKEY>
-------------------------
<CASE>"Hint"
<WINDOW>(0)<COLOR>(17)
<FLAGON>(157)
<RAMDOMJMP>"{HintType}"
-------------------------
<CASE>"SpecificHint"
<SPEAK>(5)
<ANYKEY>
<SAY><COLOR>(0)Can be found at:
<ANYKEY>
<SPEAK>(6)
<ANYKEY>
<CLOSEWINDOW>(0)
<RAMDOMJMP>"Close"
-------------------------
<CASE>"VagueHint"
<SPEAK>(5)
<ANYKEY>
<SAY><COLOR>(0)Is somewhere in:
<ANYKEY>
<SPEAK>(6)
<ANYKEY>
<CLOSEWINDOW>(0)
<RAMDOMJMP>"Close"
-------------------------
<CASE>"DisabledHint"
<SPEAK>(7)
<ANYKEY>
<CLOSEWINDOW>(0)
<RAMDOMJMP>"Close"
-------------------------
<CASE>"JokeHint"
<SPEAK>(8)
<ANYKEY>
<CLOSEWINDOW>(0)
<RAMDOMJMP>"Close"
------------------------
<CASE>"Save"
<WAIT>(60)
<SAVE>
<RAMDOMJMP>"Close"
-------------------------
<CASE>"Heal"
<WINDOW>(0)<COLOR>(17)
<SPEAK>(9)
<ANYKEY>
<ACTOR>"demo_luigi"<HP>({LUIGIMAXHP})
<CLOSEWINDOW>(0)
<RAMDOMJMP>"Close"
-------------------------
<CASE>"Close"
<BGMSTOP>
<BGM>(7)
<LUIGIFREE2>
<MENUON>
<END>