Difference between revisions of "Script Function: Q4ZO"
From Ultima Online: The Second Age
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4ZO(<span style="color:#0000FF">obj</span> Q68S) { <span style="color:#0000FF">list...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{ | { | ||
<span style="color:#0000FF">list</span> Q5A8; | <span style="color:#0000FF">list</span> Q5A8; | ||
− | <span style="color:#0000FF">int</span> Q5NC = | + | <span style="color:#0000FF">int</span> Q5NC = [[Engine Function:_messageret|<span style="color:#FF0000;font-weight:bold">messageret</span>]](this, Q68S, <span style="color:#800000">"spellcanstartcast"</span>, Q5A8); |
<span style="color:#0000FF">return</span> (Q5NC); | <span style="color:#0000FF">return</span> (Q5NC); | ||
} | } |
Latest revision as of 21:28, 10 October 2018
function int Q4ZO(obj Q68S) { list Q5A8; int Q5NC = messageret(this, Q68S, "spellcanstartcast", Q5A8); return (Q5NC); }