Difference between revisions of "Script Function: Q4K1"

From Ultima Online: The Second Age
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 03:46, 12 October 2018

 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 ();
 }