Feature Request: fort_character visibility options

Can we get more control over fort_character visibility? Something like this:

    # Which players to set visibility for
    visibility_option<native><public> := enum:
        # Hide/Show for all players
        All
        # Hide/Show for only local player
        LocalPlayer
        # Hide/Show for all remote players
        RemotePlayers


    # Sets this fort_character visibility to visible.
    Show<public>(VisibilityOption:visibility_option):void

    # Sets this fort_character visibility to invisible.
    Hide<public>(VisibilityOption:visibility_option):void

Thank you for your feedback. While I cannot guarantee a response, I can confirm that this has been forwarded to the appropriate team.