Script Function: Q4BE

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q4BE(obj Q4XN, obj user)
 {
   if (!Q431())
   {
     systemMessage(user, "This crystal is out of charges.");
     return (0x00);
   }
   return (0x01);
 }