Is there a way to diable a walkable area? You lnow, like the function "DisableRegion" but fow walkable areas.
Example:
RemoveWalkableArea(5);
will make the walking area 5 unwalkable.
Example:
RestoreWalkableArea(4);
will make the walking area 4 walkable again.