Script Function: Q4L5

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> Q4L5(<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 Q4L5(obj Q4XN)
 {
   list Q59P;
   appendToList(Q59P, 0x00);
   appendToList(Q59P, "ITEMS:  If you have lost an item, cannot use an item, have a problem with an item, or have general item questions.  Select this option.");
   appendToList(Q59P, 0x01);
   appendToList(Q59P, "SKILLS AND STATS:  Information about how to increase skills or stats, questions as to why they go up or down, or things that might influence stats or skills.  Select this option.");
   appendToList(Q59P, 0x02);
   appendToList(Q59P, "DONE");
   selectType(Q4XN, Q4XN, 0x6C, "Help for problems with your character.", Q59P);
   return ();
 }