Script Function: Q4X4

From Ultima Online: The Second Age
Revision as of 15:52, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4X4(<span style="color:#0000FF">obj</span> Q5AK, <span style="color:#0000FF">int</span> Q...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q4X4(obj Q5AK, int Q5CX)
 {
   int Q5AR = getObjVar(Q5AK, "myhousestate");
   if (Q5CX != Q5AR)
   {
     return (Q4X3(Q5AK, Q5CX));
   }
   return (0x00);
 }