Difference between revisions of "Script Function: Q4V0"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4V0(<span style="color:#0000FF">obj</span> Q57P) { <span style="color:#0000FF">if</...") |
(No difference)
|
Latest revision as of 03:31, 12 October 2018
function int Q4V0(obj Q57P) { if (isDead(Q57P)) { return (0x00); } if (isEditing(Q57P) || Q4ZV(Q57P, this)) { return (0x01); } return (0x00); }