Script Function: Q4ZL

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q4ZL(string arg, obj this)
 {
   list args;
   split(args, arg);
   if (numInList(args) < 0x02)
   {
     if (Q4CH(this, args))
     {
       return (0x01);
     }
   }
   return (0x00);
 }