Script Function: Q4K1

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