Difference between revisions of "Script Function: Q4BD"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4BD(<span style="color:#0000FF">obj</span> pet, <span style="color:#0000FF">obj</span> bo...")
 
(No difference)

Latest revision as of 15:26, 12 October 2018

 function int Q4BD(obj pet, obj boss)
 {
   list Q48U;
   if (!hasObjListVar(pet, "myBoss"))
   {
     return (0x00);
   }
   getObjListVar(Q48U, pet, "myBoss");
   return (isInList(Q48U, boss));
 }