Difference between revisions of "Script Function: Q4HX"
From Ultima Online: The Second Age
Line 1: | Line 1: | ||
− | |||
− | |||
<span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4HX(<span style="color:#0000FF">obj</span> it) | <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4HX(<span style="color:#0000FF">obj</span> it) | ||
{ | { |
Revision as of 17:44, 7 October 2018
function void Q4HX(obj it) { detachScript(it, <span style="color:#800000">"wearagil"</span>); return (); }
function void Q4HX(obj it) { detachScript(it, <span style="color:#800000">"wearbless"</span>); return (); }
function void Q4HX(obj it) { detachScript(it, <span style="color:#800000">"wearclmsy"</span>); return (); }
function void Q4HX(obj it) { detachScript(it, <span style="color:#800000">"wearcunn"</span>); return (); }
function void Q4HX(obj it) { detachScript(it, <span style="color:#800000">"wearcurse"</span>); return (); }
function void Q4HX(obj it) { detachScript(it, <span style="color:#800000">"wearfblmd"</span>); return (); }
function void Q4HX(obj it) { detachScript(it, <span style="color:#800000">"wearweak"</span>); return (); }
function void Q4HX(obj it) { detachScript(it, <span style="color:#800000">"wearstrgth"</span>); return (); }
function void Q4HX(obj it) { debugMessage(<span style="color:#800000">"Error! womfunc meant as pure virtual called!"</span>); return (); }