Difference between revisions of "Script Function: Q41P"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q41P(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">int</span> Q...")
 
(No difference)

Latest revision as of 21:50, 10 October 2018

 function int Q41P(obj user, int Q4EF)
 {
   if (Q4EF > (getCurMana(user)))
   {
     barkToHued(user, user, 0x22, "Insufficient mana for this spell.");
     return (0x00);
   }
   return (0x01);
 }