Difference between revisions of "Script Function: Q4PM"
From Ultima Online: The Second Age
Line 6: | Line 6: | ||
[[Script_Function:_Q5LY|<span style="color:#2B91AF">Q5LY</span>]](it); | [[Script_Function:_Q5LY|<span style="color:#2B91AF">Q5LY</span>]](it); | ||
} | } | ||
− | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, <span style="color:#800000">" | + | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, <span style="color:#800000">"fixStats"</span>); |
<span style="color:#0000FF">return</span> (); | <span style="color:#0000FF">return</span> (); | ||
} | } |
Revision as of 05:13, 24 October 2018
function void Q4PM(obj it) { if (fixStats(it)) { bark(it, "Stat(s) fixed"); Q5LY(it); } detachScript(it, "fixStats"); return (); }