Difference between revisions of "Script Function: Q58S"

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> Q58S(<span style="color:#0000FF">obj</span> multi) { <span style="color:#0000FF">int...")
 
(No difference)

Latest revision as of 05:10, 12 October 2018

 function int Q58S(obj multi)
 {
   int Q4FW = getDecayCount(multi);
   if (Q4FW > 0x00)
   {
     return (0x01);
   }
   return (0x00);
 }