Difference between revisions of "Script Function: Q4ZW"

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

Latest revision as of 15:13, 12 October 2018

 function int Q4ZW(obj Q5HY)
 {
   int Q5SZ = getObjVar(Q5HY, "continuePatrol");
   if (Q5SZ == 0x01)
   {
     return (0x01);
   }
   return (0x00);
 }