Difference between revisions of "Script Function: Q50H"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q50H(<span style="color:#0000FF">obj</span> caster, <span style="color:#0000FF">obj</span>...") |
(No difference)
|
Latest revision as of 03:51, 8 October 2018
function int Q50H(obj caster, obj victim) { if (caster == victim) { return (0x00); } if (getMobFlag(victim, 0x02)) { return (0x00); } if (isInvulnerable(victim)) { return (0x00); } return (0x01); }