Difference between revisions of "Script Function: Q5UL"

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> Q5UL(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">loc</span>...")
 
(No difference)

Latest revision as of 10:02, 10 October 2018

 function void Q5UL(obj user, loc where, int num, int Q5NO)
 {
   if (getCompileFlag(0x01))
   {
     committedCrimeAt(user, where, 0x01E0);
   }
   else
   {
     callGuards(user, where, num);
   }
   return ();
 }