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) | ||
+ | { | ||
+ | [[Engine Function:_detachScript|<span style="color:#FF0000;font-weight:bold">detachScript</span>]](it, <span style=<span style="color:#800000">"color:#800000"</span>><span style="color:#800000">"wearagil"</span></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=<span style="color:#800000">"color:#800000"</span>><span style="color:#800000">"wearbless"</span></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=<span style="color:#800000">"color:#800000"</span>><span style="color:#800000">"wearclmsy"</span></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=<span style="color:#800000">"color:#800000"</span>><span style="color:#800000">"wearcunn"</span></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=<span style="color:#800000">"color:#800000"</span>><span style="color:#800000">"wearcurse"</span></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=<span style="color:#800000">"color:#800000"</span>><span style="color:#800000">"wearfblmd"</span></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) | <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4HX(<span style="color:#0000FF">obj</span> it) | ||
{ | { |
Revision as of 09:59, 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 (); }