Difference between revisions of "Script Function: Q41X"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q41X(<span style="color:#0000FF">obj</span> user, <span style="color:#0000FF">obj</span> t...")
 
(No difference)

Latest revision as of 11:02, 10 October 2018

 function int Q41X(obj user, obj target)
 {
   int Q5NC = 0x00;
   if (hasScript(target, "reflctor"))
   {
     Q5NC = 0x01;
   }
   return (Q5NC);
 }