Difference between revisions of "Script Function: Q5MD"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q5MD(<span style="color:#0000FF">obj</span> Q4XN) { setMobFlag|<span style="color...") |
(No difference)
|
Latest revision as of 22:11, 11 October 2018
function void Q5MD(obj Q4XN) { setMobFlag(Q4XN, 0x02, 0x00); systemMessage(Q4XN, "You can move!"); detachScript(Q4XN, "rempara"); handleHealthGain(this); return (); }