Script Function: Q4K1

From Ultima Online: The Second Age
Revision as of 03:46, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4K1(<span style="color:#0000FF">obj</span> me, <span style="color:#0000FF">obj</span> pl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function void Q4K1(obj me, obj player)
 {
   list Q59P;
   appendToList(Q59P, 0x00);
   appendToList(Q59P, "Yes");
   appendToList(Q59P, 0x01);
   appendToList(Q59P, "No");
   selectType(player, me, 0x2C, "Dost thou wish to step into the moongate?", Q59P);
   return ();
 }