Difference between revisions of "Script Function: Q50K"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q50K(<span style="color:#0000FF">obj</span> this, <span style="color:#0000FF">obj</span> t...") |
(No difference)
|
Latest revision as of 14:37, 12 October 2018
function int Q50K(obj this, obj target) { if (!isHuman(target)) { return (0x00); } if (isNPC(target)) { return (0x00); } if (isDead(target)) { return (0x00); } if (!canSeeObj(this, target)) { return (0x00); } return (0x01); }