Script Function: Q41C

From Ultima Online: The Second Age
Jump to: navigation, search
 function void Q41C(obj Q5U8, obj target, int Q5NM)
 {
   if (Q5NM)
   {
     scriptTrig(Q5U8, 0x01, target);
   }
   else
   {
     scriptTrig(target, 0x01, Q5U8);
   }
   return ();
 }