Difference between revisions of "Script Function: Q50M"

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

Latest revision as of 03:52, 8 October 2018

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