Script Function: Q4L9

From Ultima Online: The Second Age
Revision as of 16:01, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4L9(<span style="color:#0000FF">obj</span> Q4XN) { <span style="color:#0000FF">lis...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q4L9(obj Q4XN)
 {
   list Q59P;
   appendToList(Q59P, 0x00);
   appendToList(Q59P, "To visit the web site and see the skill documentation, select this option.");
   appendToList(Q59P, 0x01);
   appendToList(Q59P, "If your character is losing skill or attribute points quickly, say 10 points an hour, you may have a corrupted character.  Select this option to call a Game Master.");
   selectType(Q4XN, Q4XN, 0x70, "Ultima Online does have things which lower skills as well as raise them.  Skill atrophy occurs when a skill is used very little or when you have reached the pinnacle of the skills.  Sometimes a skill might be lowered so that another skill can raise.", Q59P);
   return ();
 }