Difference between revisions of "Script Function: Q49R"
From Ultima Online: The Second Age
(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...") |
(No difference)
|
Latest revision as of 19:20, 10 October 2018
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)); }