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