Script Function: Q50L

From Ultima Online: The Second Age
Jump to: navigation, search
 function int Q50L(loc where)
 {
   if (isInRegionWithPrefix("teleportation_in_no", where))
   {
     return (0x00);
   }
   return (0x01);
 }