Difference between revisions of "Script Function: Q4C6"

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

Latest revision as of 03:35, 12 October 2018

 function int Q4C6(obj me, obj player)
 {
   if ((inJusticeRegion(getLocation(me))) && (!inJusticeRegion(Q4OG)))
   {
     return (0x01);
   }
   return (0x00);
 }