Difference between revisions of "Script Function: Q4S2"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4S2(<span style="color:#0000FF">obj</span> killer) { <span style="color:#0000FF">if...") |
(No difference)
|
Revision as of 17:29, 12 October 2018
function int Q4S2(obj killer) { if (!hasObjListVar(killer, "killcount")) { return (0x00); } list Q51M; getObjListVar(Q51M, killer, "killcount"); return (numInList(Q51M)); }