Difference between revisions of "Script Function: Q4Y1"

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> Q4Y1(<span style="color:#0000FF">obj</span> killer, <span style="color:#0000FF">obj</span>...")
 
(No difference)

Latest revision as of 17:37, 12 October 2018

 function int Q4Y1(obj killer, obj victim)
 {
   if (Q4BG(killer, victim))
   {
     shortCallback(victim, 0x01, 0x8C);
     if (0x00)
     {
       bark(victim, "Allowed to report!");
     }
   }
   if (0x00)
   {
     bark(killer, "Returning killcount.");
     string Q4GQ;
     int Q4Q1 = Q4S2(killer);
     Q4GQ = Q4Q1;
     bark(killer, Q4GQ);
   }
   return (Q4S2(killer));
 }