Script Function: Q63I

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q63I(obj user, obj Q4XN)
 {
   if (Q454)
   {
     Q5R8(Q4XN, 0x00);
     systemMessage(user, "You turn the crystal off.");
   }
   else
   {
     Q5R8(Q4XN, 0x01);
     systemMessage(user, "You turn the crystal on.");
   }
   return (Q454);
 }