Script Function: Q41P

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q41P(obj user, int Q4EF)
 {
   if (Q4EF > (getCurMana(user)))
   {
     barkToHued(user, user, 0x22, "Insufficient mana for this spell.");
     return (0x00);
   }
   return (0x01);
 }