Difference between revisions of "Script Function: Q5UV"

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> Q5UV(<span style="color:#0000FF">int</span> listindex, <span style="color:#0000FF">int</s...")
 
(No difference)

Latest revision as of 14:27, 12 October 2018

 function void Q5UV(int listindex, int objtype)
 {
   if (listindex != 0x00)
   {
     Q4YH(objtype - 0x2080);
   }
   Q4DB();
   Q5M3(this, 0x01);
   return ();
 }