Script Function: Q4L9

From Ultima Online: The Second Age
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 ();
 }