Difference between revisions of "Script Function: Q4RD"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4RD(<span style="color:#0000FF">obj</span> user) { <span style="color:#0000FF">if<...") |
(No difference)
|
Latest revision as of 19:19, 10 October 2018
function void Q4RD(obj user) { if (isPlayer(user)) { barkTo(user, user, "The spell fizzles."); } doMobAnimation(user, 0x3735, 0x06, 0x1E, 0x00, 0x00); sfx(getLocation(user), 0x5C, 0x00); return (); }