Script Function: Q49R

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q49R(obj user, loc usedon, int Q55B)
 {
   loc Q671 = getLocation(user);
   if ((!areSpellsOkay(usedon)) || (!areSpellsOkay(Q671)))
   {
     barkToHued(user, user, 0x22, "You can not cast spells here.");
     return (0x00);
   }
   return (Q49Q(user, Q55B));
 }