Difference between revisions of "Script Function: Q4ZC"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4ZC(<span style="color:#0000FF">obj</span> Q4XN) { <span style="color:#0000FF">loc<...") |
(No difference)
|
Latest revision as of 05:21, 12 October 2018
function int Q4ZC(obj Q4XN) { loc Q51A = 0x14AB, 0x0496, 0x00; loc Q5AH = getLocation(Q4XN); if (getDistanceInTiles(Q51A, Q5AH) < 0x32) { return (0x01); } return (0x00); }