Difference between revisions of "Script Function: Q4KJ"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4KJ(<span style="color:#0000FF">obj</span> looter, <span style="color:#0000FF">obj</span>...") |
(No difference)
|
Latest revision as of 05:16, 12 October 2018
function int Q4KJ(obj looter, obj corpse) { setObjVar(looter, "looter", looter); setObjVar(looter, "corpse", corpse); if (0x00) { bark(looter, "Issuing callback."); } shortCallback(looter, 0x0F, 0xEA); return (0x00); }