Difference between revisions of "Script Function: Q50L"

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> Q50L(<span style="color:#0000FF">loc</span> where) { <span style="color:#0000FF">if<...")
 
(No difference)

Latest revision as of 04:53, 8 October 2018

 function int Q50L(loc where)
 {
   if (isInRegionWithPrefix("teleportation_in_no", where))
   {
     return (0x00);
   }
   return (0x01);
 }