Difference between revisions of "Script Function: Q4HX"
From Ultima Online: The Second Age
(3 intermediate revisions by the same user not shown) | |||
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) | ||
{ | { | ||
− | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, | + | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, <span style="color:#800000">"wearagil"</span>); |
<span style="color:#0000FF">return</span> (); | <span style="color:#0000FF">return</span> (); | ||
} | } | ||
Line 7: | Line 7: | ||
<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) | ||
{ | { | ||
− | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, | + | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, <span style="color:#800000">"wearbless"</span>); |
<span style="color:#0000FF">return</span> (); | <span style="color:#0000FF">return</span> (); | ||
} | } | ||
Line 13: | Line 13: | ||
<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) | ||
{ | { | ||
− | + | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, <span style="color:#800000">"wearclmsy"</span>); | |
+ | <span style="color:#0000FF">return</span> (); | ||
+ | } | ||
+ | |||
+ | <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4HX(<span style="color:#0000FF">obj</span> it) | ||
+ | { | ||
+ | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, <span style="color:#800000">"wearcunn"</span>); | ||
+ | <span style="color:#0000FF">return</span> (); | ||
+ | } | ||
+ | |||
+ | <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4HX(<span style="color:#0000FF">obj</span> it) | ||
+ | { | ||
+ | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, <span style="color:#800000">"wearcurse"</span>); | ||
+ | <span style="color:#0000FF">return</span> (); | ||
+ | } | ||
+ | |||
+ | <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4HX(<span style="color:#0000FF">obj</span> it) | ||
+ | { | ||
+ | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, <span style="color:#800000">"wearfblmd"</span>); | ||
+ | <span style="color:#0000FF">return</span> (); | ||
+ | } | ||
+ | |||
+ | <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4HX(<span style="color:#0000FF">obj</span> it) | ||
+ | { | ||
+ | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, <span style="color:#800000">"wearweak"</span>); | ||
+ | <span style="color:#0000FF">return</span> (); | ||
+ | } | ||
+ | |||
+ | <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4HX(<span style="color:#0000FF">obj</span> it) | ||
+ | { | ||
+ | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, <span style="color:#800000">"wearstrgth"</span>); | ||
+ | <span style="color:#0000FF">return</span> (); | ||
+ | } | ||
+ | |||
+ | <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4HX(<span style="color:#0000FF">obj</span> it) | ||
+ | { | ||
+ | debugMessage(<span style="color:#800000">"Error! womfunc meant as pure virtual called!"</span>); | ||
<span style="color:#0000FF">return</span> (); | <span style="color:#0000FF">return</span> (); | ||
} | } |
Latest revision as of 19:21, 7 October 2018
function void Q4HX(obj it) { detachScript(it, "wearagil"); return (); }
function void Q4HX(obj it) { detachScript(it, "wearbless"); return (); }
function void Q4HX(obj it) { detachScript(it, "wearclmsy"); return (); }
function void Q4HX(obj it) { detachScript(it, "wearcunn"); return (); }
function void Q4HX(obj it) { detachScript(it, "wearcurse"); return (); }
function void Q4HX(obj it) { detachScript(it, "wearfblmd"); return (); }
function void Q4HX(obj it) { detachScript(it, "wearweak"); return (); }
function void Q4HX(obj it) { detachScript(it, "wearstrgth"); return (); }
function void Q4HX(obj it) { debugMessage("Error! womfunc meant as pure virtual called!"); return (); }