How can I check the ID of the current scene's AreaType(World_ Areas_Area Settings) via script?
  • You can access it via:
    ORK.Game.AreaID
    And set it via:
    ORK.Game.SetArea(id, show);
    id is the ID/index of the area, show a bool value indicating if the area notification should be shown.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.