Difference between revisions of "Script Function: Q4UZ"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4UZ(<span style="color:#0000FF">obj</span> speaker) { <span style="color:#0000FF">i...")
 
(No difference)

Latest revision as of 03:31, 12 October 2018

 function int Q4UZ(obj speaker)
 {
   if (speaker != Q5YH)
   {
     return (0x01);
   }
   bark(this, "A pity.");
   Q5YH = NULL();
   return (0x00);
 }