Difference between revisions of "Script Function: Q5YA"

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> Q5YA(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">int</span> Q...")
 
(No difference)

Latest revision as of 21:30, 10 October 2018

 function int Q5YA(obj user, int Q55B)
 {
   if (Q55B > (getCurMana(this)))
   {
     return (0x00);
   }
   loseMana(this, Q55B);
   return (0x01);
   return (0x00);
 }