Difference between revisions of "Script Function: Q4X4"
From Ultima Online: The Second Age
(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...") |
(No difference)
|
Latest revision as of 14:52, 12 October 2018
function int Q4X4(obj Q5AK, int Q5CX) { int Q5AR = getObjVar(Q5AK, "myhousestate"); if (Q5CX != Q5AR) { return (Q4X3(Q5AK, Q5CX)); } return (0x00); }