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