Difference between revisions of "Script Function: Q43S"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q43S(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">int</span>...") |
|||
Line 2: | Line 2: | ||
{ | { | ||
[[Script_Function:_Q43R|<span style="color:#2B91AF">Q43R</span>]](user, newType); | [[Script_Function:_Q43R|<span style="color:#2B91AF">Q43R</span>]](user, newType); | ||
+ | <span style="color:#0000FF">return</span> (); | ||
+ | } | ||
+ | |||
+ | <span style="color:#0000FF">function</span> <span style="color:#0000FF">void</span> Q43S(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">int</span> newType) | ||
+ | { | ||
+ | Q59T = newType; | ||
+ | [[Script_Function:_Q4M9|<span style="color:#2B91AF">Q4M9</span>]](this, user); | ||
<span style="color:#0000FF">return</span> (); | <span style="color:#0000FF">return</span> (); | ||
} | } |
Latest revision as of 02:43, 12 October 2018
function void Q43S(obj user, int newType) { Q43R(user, newType); return (); }
function void Q43S(obj user, int newType) { Q59T = newType; Q4M9(this, user); return (); }