Difference between revisions of "Script Function: Q4ZO"

From Ultima Online: The Second Age
Jump to: navigation, search
(Blanked the page)
 
Line 1: Line 1:
 
+
  <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</span> Q5A8;
 +
    <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);
 +
  }

Latest revision as of 22:28, 10 October 2018

 function int Q4ZO(obj Q68S)
 {
   list Q5A8;
   int Q5NC = messageret(this, Q68S, "spellcanstartcast", Q5A8);
   return (Q5NC);
 }