Script Function: Q49R

From Ultima Online: The Second Age
Revision as of 20:20, 10 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q49R(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">loc</span> u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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));
 }