Script Function: Q4S2

From Ultima Online: The Second Age
Revision as of 18:29, 12 October 2018 by Grimoric (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q4S2(obj killer)
 {
   if (!hasObjListVar(killer, "killcount"))
   {
     return (0x00);
   }
   list Q51M;
   getObjListVar(Q51M, killer, "killcount");
   return (numInList(Q51M));
 }