Script Function: Q4BK

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q4BK(obj Q4XN, string Q5OK)
 {
   if (hasScript(Q4XN, Q5OK))
   {
     detachScript(Q4XN, Q5OK);
     return (0x01);
   }
   return (0x00);
 }