Difference between revisions of "Script Function: Q4ZT"

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> Q4ZT(<span style="color:#0000FF">obj</span> speaker) { <span style="color:#0000FF">i...")
(No difference)

Revision as of 03:32, 12 October 2018

 function int Q4ZT(obj speaker)
 {
   if (Q4YU)
   {
     return (isOrderGuard(speaker));
   }
   return (isChaosGuard(speaker));
 }