Difference between revisions of "Script Function: Q4HX"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q4HX(<span style="color:#0000FF">obj</span> it) { detachScript|<span style="color...") |
|||
Line 2: | Line 2: | ||
{ | { | ||
[[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">"wearweak"</span></span>); | [[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">"wearweak"</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">"wearstrgth"</span></span>); | ||
<span style="color:#0000FF">return</span> (); | <span style="color:#0000FF">return</span> (); | ||
} | } |
Revision as of 09:48, 7 October 2018
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 (); }