I have complete revised some of the additions to my code and the game itself. I have added a new area called the "Shadow Plane", which contains a different kind of monster called the demon. They are more numerous than goblins and are 6 hp stronger, but they give 6 gold when defeat them. You must have a magic level of 3 in order to travel there. I like the idea because it gives a player a quick 5-minute goal to reach :). To see the final version, refer to my scratchpad. I have added a catch all to make sure the program doesn't just die when someone enters something besides a specified number (at least in "freedale" anyway), but I can't figure out how to account for someone pushing enter without entering anything. Any suggestions would be helpful. P.S. - I have also added a cheat sub (so I could quickly access Shadow Plane and do some testing) but I like the idea so I'm keeping it there. please forgive the code errors that you find in the modified code. im only an initiate here at the forums and a novice at perl

In reply to Re: Wizard v1.0 by void_Anthony()
in thread Wizard v1.0 by legolas

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.