Script Function: Q58S

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q58S(obj multi)
 {
   int Q4FW = getDecayCount(multi);
   if (Q4FW > 0x00)
   {
     return (0x01);
   }
   return (0x00);
 }